Skip to content

Commit 52f0612

Browse files
committed
oops #2
1 parent 30b11a2 commit 52f0612

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/funkin/editors/charter/Charter.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ class Charter extends UIState {
597597
selection = [cast n];
598598
closeCurrentContextMenu();
599599
openContextMenu(topMenu[1].childs, null, mousePos.x, mousePos.y);
600+
mousePos.put();
600601
}
601602
}
602603
});
@@ -749,6 +750,7 @@ class Charter extends UIState {
749750
var mousePos = FlxG.mouse.getPositionInCameraView(charterCamera);
750751
closeCurrentContextMenu();
751752
openContextMenu(topMenu[1].childs, null, mousePos.x, mousePos.y);
753+
mousePos.put();
752754
}
753755
}
754756
addEventSpr.selectable = !selectionBox.visible;

0 commit comments

Comments
 (0)