commit and push
This commit is contained in:
parent
e342af60f6
commit
800090bbcc
@ -496,7 +496,7 @@ public class mainThread extends JFrame implements KeyListener, ActionListener, M
|
|||||||
while(System.currentTimeMillis()-lastDraw<frameInterval){
|
while(System.currentTimeMillis()-lastDraw<frameInterval){
|
||||||
try {
|
try {
|
||||||
Thread.sleep(1);
|
Thread.sleep(1);
|
||||||
sleepTime++;
|
sleepTime++;
|
||||||
} catch (InterruptedException e1) {
|
} catch (InterruptedException e1) {
|
||||||
// TODO Auto-generated catch block
|
// TODO Auto-generated catch block
|
||||||
e1.printStackTrace();
|
e1.printStackTrace();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user