Skip to content

Commit

Permalink
oops #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frakits committed Nov 25, 2023
1 parent 30b11a2 commit 52f0612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/editors/charter/Charter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ class Charter extends UIState {
selection = [cast n];
closeCurrentContextMenu();
openContextMenu(topMenu[1].childs, null, mousePos.x, mousePos.y);
mousePos.put();
}
}
});
Expand Down Expand Up @@ -749,6 +750,7 @@ class Charter extends UIState {
var mousePos = FlxG.mouse.getPositionInCameraView(charterCamera);
closeCurrentContextMenu();
openContextMenu(topMenu[1].childs, null, mousePos.x, mousePos.y);
mousePos.put();
}
}
addEventSpr.selectable = !selectionBox.visible;
Expand Down

0 comments on commit 52f0612

Please sign in to comment.