mirror of
https://github.com/open-goal/jak-project
synced 2026-06-01 09:48:00 -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