muslihudin / android-gl

Automatically exported from code.google.com/p/android-gl
0 stars 0 forks source link

GLTutorialBase Bugs? #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi.

edu.union.GLTutorialBase_r28
at line 333:
Thread.sleep(System.currentTimeMillis()-time);

I think that this is a correct code. 

Thread.sleep(delta - (System.currentTimeMillis() - time));

Original issue reported on code.google.com by sylc.y...@gmail.com on 12 Jun 2009 at 4:56