Shortened comment.

This commit is contained in:
Camilla Berglund 2012-08-26 18:42:59 +02:00
parent 5d52ad1548
commit 85ca7ee184

View File

@ -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())