mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
units-per-second counter (seperate from fps)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@466 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1755c401ea
commit
bc260e8e72
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ void GLSCR_UpdateScreen (void)
|
|||
SCR_DrawRam ();
|
||||
SCR_DrawNet ();
|
||||
SCR_DrawFPS ();
|
||||
SCR_DrawUPS ();
|
||||
SCR_DrawTurtle ();
|
||||
SCR_DrawPause ();
|
||||
#ifdef PLUGINS
|
||||
|
|
Loading…
Reference in a new issue