Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Jun 28, 2024
1 parent e7ca01c commit 7c9a7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MusicBeatState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MusicBeatState extends FlxUIState
return value;
}
static function set_windowNameSuffix2(value:String){
windowNameSuffix = value;
windowNameSuffix2 = value;
Application.current.window.title = windowNamePrefix + windowNameSuffix + windowNameSuffix2;
return value;
}
Expand Down

0 comments on commit 7c9a7d6

Please sign in to comment.