mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-27 04:28:52 -05:00
Removed invalid timer set.
This commit is contained in:
parent
7302f761d9
commit
65f55d03b1
|
@ -226,8 +226,6 @@ int _glfwPlatformInit(void)
|
||||||
if (_glfwLibrary.NS.bundled)
|
if (_glfwLibrary.NS.bundled)
|
||||||
changeToResourcesDirectory();
|
changeToResourcesDirectory();
|
||||||
|
|
||||||
_glfwPlatformSetTime(0.0);
|
|
||||||
|
|
||||||
_glfwLibrary.NS.desktopMode =
|
_glfwLibrary.NS.desktopMode =
|
||||||
(NSDictionary*) CGDisplayCurrentMode(CGMainDisplayID());
|
(NSDictionary*) CGDisplayCurrentMode(CGMainDisplayID());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user