mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-25 16:23:58 -04:00
REVIEWED: Right timing
This commit is contained in:
@ -1655,7 +1655,7 @@ int InitPlatform(void)
|
||||
TRACELOG(LOG_INFO, " > GLSL: %s", "NOT SUPPORTED");
|
||||
}
|
||||
|
||||
// Initialize timming system
|
||||
// Initialize timing system
|
||||
//----------------------------------------------------------------------------
|
||||
LARGE_INTEGER time = { 0 };
|
||||
QueryPerformanceCounter(&time);
|
||||
|
||||
Reference in New Issue
Block a user