Skip to content

Commit

Permalink
fix: fixes the initial camera position on the debug menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Oct 25, 2024
1 parent 62de2a0 commit 3473aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/funkin/ui/debug/DebugMenuSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class DebugMenuSubState extends MusicBeatSubState
#if sys
createItem("OPEN CRASH LOG FOLDER", openLogFolder);
#end
onMenuChange(items.members[0]);
FlxG.camera.focusOn(new FlxPoint(camFocusPoint.x, camFocusPoint.y + 500));
}

Expand Down

0 comments on commit 3473aba

Please sign in to comment.