Skip to content

Commit

Permalink
wahoo
Browse files Browse the repository at this point in the history
  • Loading branch information
VMan-2002 committed Jul 25, 2023
1 parent 1f8851e commit af69015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/OptionsSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ class OptionsSubState extends OptionsSubStateBasic

override function optionUpcoming(name:String) {
switch (name) {
case "master volume" | "sound volume" | "instrumental volume" | "vocals volume" | "enable modcharts" | "flashing lights" | "input offset calibrate" | "self awareness" | "save data management":
case "master volume" | "sound volume" | "instrumental volume" | "vocals volume" | "flashing lights" | "input offset calibrate" | "self awareness" | "save data management":
return true;
}
return false;
Expand Down
1 change: 1 addition & 0 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,7 @@ class PlayState extends MusicBeatState
#end

Scripting.runOnScripts("updatePost", [elapsed]);
Scripting.runModchartUpdateOnScripts();
}

public function onSpawnNote(dunceNote:Note) {
Expand Down

0 comments on commit af69015

Please sign in to comment.