We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b11a2 commit 52f0612Copy full SHA for 52f0612
source/funkin/editors/charter/Charter.hx
@@ -597,6 +597,7 @@ class Charter extends UIState {
597
selection = [cast n];
598
closeCurrentContextMenu();
599
openContextMenu(topMenu[1].childs, null, mousePos.x, mousePos.y);
600
+ mousePos.put();
601
}
602
603
});
@@ -749,6 +750,7 @@ class Charter extends UIState {
749
750
var mousePos = FlxG.mouse.getPositionInCameraView(charterCamera);
751
752
753
754
755
756
addEventSpr.selectable = !selectionBox.visible;
0 commit comments