Skip to content

Commit 142ea6d

Browse files
committed
fix: Force UI Camera resize
1 parent 5397924 commit 142ea6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/funkin/ui/debug/charting/ChartEditorState.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5838,6 +5838,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
58385838
{
58395839
uiCamera.revive();
58405840
FlxG.cameras.reset(uiCamera);
5841+
uiCamera.onResize();
58415842

58425843
add(this.root);
58435844
}

0 commit comments

Comments
 (0)