mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Fix events still moving when not moved
This commit is contained in:
parent
d52f750154
commit
3b4b7764ee
1 changed files with 1 additions and 0 deletions
|
@ -4570,6 +4570,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
|
|||
else if (dragTargetEvent != null)
|
||||
{
|
||||
data = ChartEditorState.STRUMLINE_SIZE * 2 + 1;
|
||||
noteGridPos = noteDataToGridColumn(data) - 1;
|
||||
}
|
||||
var dragDistanceColumns:Int = cursorGridPos - noteGridPos;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue