Skip to content
Snippets Groups Projects
Commit 2fe2bdea authored by ivarnm's avatar ivarnm
Browse files

Fix GameWare singleton issue

parent b5ab8584
Branches
No related tags found
No related merge requests found
......@@ -10,6 +10,6 @@ public class DesktopLauncher {
config.width = GameWare.WIDTH;
config.height = GameWare.HEIGHT;
config.title = GameWare.TITLE;
new LwjglApplication(new GameWare(), config);
new LwjglApplication(GameWare.getInstance(), config);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment