REVIEWED: Right timing

This commit is contained in:
Ray
2026-02-24 01:26:07 +01:00
parent d4dc038e2e
commit ade81248c3
8 changed files with 10 additions and 10 deletions

View File

@ -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);