Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
an-emo-inchworm committed May 9, 2024
1 parent b4139ee commit c698d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/com/raccoon/mygame/game/GDXRoot.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void create() {
//store.setLevel(loader.getLevels().get(levelToGoTo), inv);
result = new ResultController(canvas, directory.getEntry("r_result", Texture.class),input, directory);
levelselect = new LevelSelectController(canvas, input, loader, saveController, sounds, directory);
mainmenu = new MainMenuController(canvas,input, saveController, levelselect, sounds, directory);
mainmenu = new MainMenuController(canvas, input, saveController, levelselect, sounds, directory, loader);
pause = new MenuController(canvas, directory.getEntry("p_paused", Texture.class),input, sounds, directory);
mainmenu.on_main = true;

Expand Down

0 comments on commit c698d9e

Please sign in to comment.