engine: fix undefined pfnTime build error, it has been renamed to Sys_FloatTime

This commit is contained in:
Alibek Omarov
2026-01-13 06:03:09 +05:00
parent d7b96ea8c2
commit 46ccc37cae
3 changed files with 2 additions and 3 deletions

View File

@@ -277,7 +277,7 @@ static render_api_t gRenderAPI =
pfnCompareFileTime,
Host_Error,
(void*)CL_ModelHandle,
pfnTime,
Sys_FloatTime,
Cvar_Set,
S_FadeMusicVolume,
COM_SetRandomSeed,