Resolution for ap-hang with high-frequency weaponstate changes (IE: AI non-tick descision forks). see also: http://www.garagegames.com/community/forums/viewthread/134036

This commit is contained in:
Brian Roberts 2013-06-09 20:27:57 -05:00
parent a8543a3998
commit 2c6a98cb89

View file

@ -3092,7 +3092,10 @@ TICKAGAIN:
}
if ( image.rDT > 0.0f && image.delayTime > 0.0f && imageData.useRemainderDT && dt != 0.0f )
{
dt = image.rDT;
goto TICKAGAIN;
}
}