mirror of
https://github.com/open-goal/jak-project
synced 2026-07-27 23:00:42 -04:00
fix typo in comment while we're at it
This commit is contained in:
@@ -80,7 +80,7 @@ static int gl_init(GfxSettings& settings) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
// request an OpenGL 3.3 Core
|
||||
// request an OpenGL 3.3 Core context
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); // 3.3
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3);
|
||||
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); // core profile, not compat
|
||||
|
||||
Reference in New Issue
Block a user