mirror of
https://github.com/glfw/glfw.git
synced 2026-02-18 05:13:03 +01:00
Shortened comment.
This commit is contained in:
@@ -66,8 +66,7 @@ GLFWAPI int glfwInit(void)
|
||||
|
||||
memset(&_glfwLibrary, 0, sizeof(_glfwLibrary));
|
||||
|
||||
// Not all window hints have zero as their default value, so this
|
||||
// needs to be here despite the memset above
|
||||
// Not all window hints have zero as their default value
|
||||
_glfwSetDefaultWindowHints();
|
||||
|
||||
if (!_glfwPlatformInit())
|
||||
|
||||
Reference in New Issue
Block a user