fixed arrangement
This commit is contained in:
@@ -63,7 +63,6 @@ public class GamePanel extends JPanel implements Runnable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// GAME THREAD / CORE
|
// GAME THREAD / CORE
|
||||||
|
|
||||||
public void startGameThread() {
|
public void startGameThread() {
|
||||||
gameThread = new Thread(this);
|
gameThread = new Thread(this);
|
||||||
gameThread.start();
|
gameThread.start();
|
||||||
|
|||||||
Reference in New Issue
Block a user