Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jun 30, 2024
1 parent 117fd76 commit d3fa18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/meta/data/options/OptionsSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ class GameplaySubState extends BaseOptionsMenu
windowBar.antialiasing = false;
insert(members.indexOf(descBox) - 1, windowBar);

changeOption('Sick Hit Window:');
onChangeHitWindow();
}

override function changeSelection(change:Int = 0) {
Expand Down
2 changes: 1 addition & 1 deletion source/meta/state/FlashingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class FlashingState extends MusicBeatState
{
super.create();

bg = new FlxSprite().loadGraphic(Localization.getLocalizedImage('warning', ClientPrefs.lang));
bg = new FlxSprite().loadGraphic(Localization.getLocalizedImage('warning', ClientPrefs.language));
add(bg);
}

Expand Down

0 comments on commit d3fa18a

Please sign in to comment.