You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Game crashes on devices capable of outputting more than 1000 frames per second.
When averageFrameTime is less than one thousandth of a second, the integer
division truncates it to zero. This causes a divide by zero error. The patch
will check the value of averageFrameTime and report 1000 if it is zero.
Original issue reported on code.google.com by duckbrain30 on 10 Jun 2014 at 5:05
Original issue reported on code.google.com by
duckbrain30
on 10 Jun 2014 at 5:05Attachments:
The text was updated successfully, but these errors were encountered: