fix typo in comment while we're at it

This commit is contained in:
ManDude
2021-08-17 08:05:01 +01:00
parent 1f15165b33
commit b18af4efae
+1 -1
View File
@@ -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