use ticklength * 2 (just making sure...)
This commit is contained in:
parent
bdb5675459
commit
80563db9db
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void LimitGameTicks(BOOL isBltOrFlip)
|
|||
|
||||
if (isBltOrFlip)
|
||||
lastBltOrFlipTick = tickCount;
|
||||
else if (lastBltOrFlipTick + ddraw->ticklength >= tickCount)
|
||||
else if (lastBltOrFlipTick + (ddraw->ticklength * 2) >= tickCount)
|
||||
return;
|
||||
|
||||
nextGameTick += ddraw->ticklength;
|
||||
|
|
Loading…
Reference in a new issue