add back line
This commit is contained in:
parent
2fb3e638be
commit
08a944cb13
|
|
@ -1707,8 +1707,7 @@ int InitPlatform(void)
|
||||||
|
|
||||||
RGFW_setGlobalHints_OpenGL(hints);
|
RGFW_setGlobalHints_OpenGL(hints);
|
||||||
platform.window = RGFW_createWindow((CORE.Window.title != 0)? CORE.Window.title : " ", 0, 0, CORE.Window.screen.width, CORE.Window.screen.height, flags | RGFW_windowOpenGL);
|
platform.window = RGFW_createWindow((CORE.Window.title != 0)? CORE.Window.title : " ", 0, 0, CORE.Window.screen.width, CORE.Window.screen.height, flags | RGFW_windowOpenGL);
|
||||||
// CORE.Time.base = (unsigned long long int)(get_time_seconds());
|
CORE.Time.base = get_time_seconds();
|
||||||
// printf("setting base: %lld\n", CORE.Time.base);
|
|
||||||
|
|
||||||
#ifndef PLATFORM_WEB_RGFW
|
#ifndef PLATFORM_WEB_RGFW
|
||||||
i32 screenSizeWidth;
|
i32 screenSizeWidth;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user