mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 11:15:24 -05:00
fix: fixes the initial camera position on the debug menu
This commit is contained in:
parent
76c8c8b520
commit
090ddd1f1c
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue