mirror of
https://github.com/ApfelTeeSaft/FunkinMP.git
synced 2026-08-26 19:23:31 +00:00
fix: fixes the initial camera position on the debug menu
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user