mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Shortened comment.
This commit is contained in:
parent
5d52ad1548
commit
85ca7ee184
@ -66,8 +66,7 @@ GLFWAPI int glfwInit(void)
|
|||||||
|
|
||||||
memset(&_glfwLibrary, 0, sizeof(_glfwLibrary));
|
memset(&_glfwLibrary, 0, sizeof(_glfwLibrary));
|
||||||
|
|
||||||
// Not all window hints have zero as their default value, so this
|
// Not all window hints have zero as their default value
|
||||||
// needs to be here despite the memset above
|
|
||||||
_glfwSetDefaultWindowHints();
|
_glfwSetDefaultWindowHints();
|
||||||
|
|
||||||
if (!_glfwPlatformInit())
|
if (!_glfwPlatformInit())
|
||||||
|
Loading…
Reference in New Issue
Block a user