Skip to content

Commit

Permalink
Update OptionsState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jul 17, 2023
1 parent ac1eaba commit 6c28ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/meta/data/options/OptionsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class OptionsState extends MusicBeatState
case 'Gameplay':
openSubState(new GameplaySubState());
case 'Offsets':
LoadingState.loadAndSwitchState(new NoteOffsetState());
MusicBeatState.switchState(new NoteOffsetState());
case 'Miscellaneous':
openSubState(new MiscSubState());
}
Expand Down

0 comments on commit 6c28ea2

Please sign in to comment.