add back line

This commit is contained in:
CrackedPixel 2026-04-17 00:07:33 -05:00
parent 2fb3e638be
commit 08a944cb13

View File

@ -1707,8 +1707,7 @@ int InitPlatform(void)
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);
// CORE.Time.base = (unsigned long long int)(get_time_seconds());
// printf("setting base: %lld\n", CORE.Time.base);
CORE.Time.base = get_time_seconds();
#ifndef PLATFORM_WEB_RGFW
i32 screenSizeWidth;