Skip to content

Commit 5c6ff0c

Browse files
liam-middlebrookapanteleev
authored andcommitted
Increased precision of printed FPS when running timedemos
1 parent aa06bcd commit 5c6ff0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/client/demo.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ void CL_CleanupDemos(void)
11951195
float sec = (msec - cls.demo.time_start) * 0.001f;
11961196
float fps = cls.demo.time_frames / sec;
11971197

1198-
Com_Printf("%u frames, %3.1f seconds: %3.1f fps\n",
1198+
Com_Printf("%u frames, %3.1f seconds: %f fps\n",
11991199
cls.demo.time_frames, sec, fps);
12001200
}
12011201
}

0 commit comments

Comments
 (0)