mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
Changed Host_FilterTime to double, too.
This commit is contained in:
parent
fe1cb020ad
commit
f7ebc5df7a
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ void Host_GetConsoleCommands (void)
|
|||
Returns false if the time is too short to run a frame
|
||||
*/
|
||||
qboolean
|
||||
Host_FilterTime ( float time )
|
||||
Host_FilterTime ( double time )
|
||||
{
|
||||
float fps;
|
||||
|
||||
|
|
Loading…
Reference in a new issue