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