Skip to content

Commit

Permalink
updating the win title on mod switch
Browse files Browse the repository at this point in the history
why did we never do this??
  • Loading branch information
NexIsDumb committed Oct 19, 2024
1 parent d197205 commit 2be2c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/backend/system/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ class Main extends Sprite
}

public static function refreshAssets() {
WindowUtils.resetTitle();

FlxSoundTray.volumeChangeSFX = Paths.sound('menu/volume');
FlxSoundTray.volumeUpChangeSFX = null;
FlxSoundTray.volumeDownChangeSFX = null;
Expand Down

0 comments on commit 2be2c68

Please sign in to comment.