update 20.06.2009
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@27 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -27,7 +27,7 @@ Uint32 FPSCallback(Uint32 interval, void* param)
|
||||
unsigned char targetfps;
|
||||
targetfps = g_pVideoDriver->getTargetFPS();
|
||||
|
||||
if(targetfps > 0)
|
||||
if(targetfps > 0 && fps > 0)
|
||||
{
|
||||
if(fps > targetfps + 10)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user