commit and push

This commit is contained in:
Pan Hu 2019-01-13 22:30:21 +13:00
parent e342af60f6
commit 800090bbcc

View File

@ -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();