Skip to content

Commit

Permalink
Fixed missing stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Dec 23, 2024
1 parent 9cef622 commit ca63f0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/options/NoteOffsetState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ class NoteOffsetState extends MusicBeatState

// Stage
Paths.setCurrentLevel(stageDirectory);
new BackgroundStage();
var stage = new BackgroundStage();
stage.create();
add(stage);

// Characters
gf = new Character(400, 130, 'gf');
Expand Down

0 comments on commit ca63f0c

Please sign in to comment.