Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch for /trunk/src/com/replica/replicaisland/GameThread.java #84

Open
GoogleCodeExporter opened this issue Nov 15, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant