fixed arrangement

This commit is contained in:
2025-11-29 23:33:53 +01:00
parent 36ff9e8854
commit 8a228685b1

View File

@@ -63,7 +63,6 @@ public class GamePanel extends JPanel implements Runnable {
}
// GAME THREAD / CORE
public void startGameThread() {
gameThread = new Thread(this);
gameThread.start();