Main class now correctly launches the Launcher

Commented out game object from being created
This commit is contained in:
François Autin 2021-05-28 01:16:51 +02:00
parent cd7627d36d
commit 0da311c65a
No known key found for this signature in database
GPG Key ID: 24025429AC559B7C

View File

@ -14,7 +14,7 @@ import javafx.application.Application;
public class Main {
// Moteur de jeu
static Engine game = new Engine();
//static Engine game = new Engine();
public static void main(String[] args) {
Application.launch(Launcher.class, args);