]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
cl_loadingscreen_fps: fix it on Linux
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 19 Sep 2012 10:22:05 +0000 (10:22 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Wed, 19 Sep 2012 10:35:19 +0000 (12:35 +0200)
commit0304b22b60139ca4525c2fd396300292ba9cbb79
treed40d4963d67eba0ca5acf4a9ede29ba181ac6f4d
parent250a052d785f63c9cb3ed505a6529e076b3b339a
cl_loadingscreen_fps: fix it on Linux

Sys_DirtyTime returns double, float doesn't have enough accuracy to hold
a gettimeofday() result, which caused VERY seldom loading screen updates

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11847 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=596e46d2870cc3b380b9cf5dc6122ce90b1172e2
cl_screen.c