Skip to content

Commit

Permalink
fix: trigger resize on wanderer start
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceh121 committed Aug 21, 2023
1 parent 9e313d3 commit f28623f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/me/vinceh121/wanderer/MainMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public TblSingleplayer(Skin skin) {
public void clicked(InputEvent event, float x, float y) {
StoryWanderer story = new StoryWanderer(applicationMultiplexer);
story.create();
story.resize(Gdx.graphics.getWidth(), Gdx.graphics.getHeight());
applicationMultiplexer.setDelegate(story);
dispose();
}
Expand Down

0 comments on commit f28623f

Please sign in to comment.