mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Cleanup
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ GLFWAPI int glfwInit(void)
|
||||
}
|
||||
|
||||
_glfw.initialized = GLFW_TRUE;
|
||||
_glfw.timerOffset = _glfwPlatformGetTimerValue();
|
||||
_glfw.timer.offset = _glfwPlatformGetTimerValue();
|
||||
|
||||
// Not all window hints have zero as their default value
|
||||
glfwDefaultWindowHints();
|
||||
|
||||
Reference in New Issue
Block a user