X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=sbar.c;h=c8ebbd7bd4e2f2f511cf2bd2589ccb04554507ec;hb=b331d0c5ec48286f8b6f03435bc16cc1f938ec39;hp=95fb089d8c98271c1cfa418034d2d009058f4578;hpb=cf15a848a84d5950b55c6ac3fa381bc8fd548513;p=xonotic%2Fdarkplaces.git diff --git a/sbar.c b/sbar.c index 95fb089d..c8ebbd7b 100644 --- a/sbar.c +++ b/sbar.c @@ -1002,7 +1002,7 @@ void Sbar_ShowFPS(void) static double framerate = 0; static int framecount = 0; double newtime; - newtime = Sys_DoubleTime(); + newtime = realtime; if (newtime >= nexttime) { framerate = framecount / (newtime - lasttime);