Skip to content

Commit 699919c

Browse files
committed
Lunar. /j
this commit fixes stage element reordering that was broken by axisGizmo
1 parent 9385d8a commit 699919c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/funkin/editors/stage/StageEditor.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ class StageEditor extends UIState {
222222

223223
axisGizmo = new AxisGizmo();
224224
axisGizmo.cameras = [gizmosCamera];
225-
add(axisGizmo);
226225

227226
uiCamera = new FlxCamera();
228227
uiCamera.bgColor = 0;
@@ -272,6 +271,7 @@ class StageEditor extends UIState {
272271

273272
add(topMenuSpr);
274273
add(uiGroup);
274+
add(axisGizmo);
275275

276276
if(Framerate.isLoaded) {
277277
Framerate.fpsCounter.alpha = 0.4;

0 commit comments

Comments
 (0)