mirror of
https://github.com/glfw/glfw.git
synced 2024-11-23 02:25:10 +00:00
Comment tweak.
This commit is contained in:
parent
0f481cb09d
commit
17d9b5aa8f
@ -208,7 +208,7 @@ void _glfwSetDefaultWindowHints(void)
|
|||||||
{
|
{
|
||||||
memset(&_glfwLibrary.hints, 0, sizeof(_glfwLibrary.hints));
|
memset(&_glfwLibrary.hints, 0, sizeof(_glfwLibrary.hints));
|
||||||
|
|
||||||
// The default OpenGL version is 1.0
|
// The default minimum OpenGL version is 1.0
|
||||||
_glfwLibrary.hints.glMajor = 1;
|
_glfwLibrary.hints.glMajor = 1;
|
||||||
_glfwLibrary.hints.glMinor = 0;
|
_glfwLibrary.hints.glMinor = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user