CircuitLord / NotReaper

A mapper for the VR rhythm game Audica
GNU General Public License v3.0
22 stars 14 forks source link

Weird Drag Select behavior when leaving tool while dragging #42

Closed CircuitLord closed 4 years ago

CircuitLord commented 4 years ago

I sort of attempted to fix this in my latest commits, but it didn't seem to fix it completely. Steps: Select some notes. Start dragging them somewhere on the grid. Let go of ctrl before you let go of the mouse button

When you try to drag again, the notes will start dragging off the wrong pivot point.

CircuitLord commented 4 years ago

Whoops, fixed, I had to update all the gridTargetPos variables. This could probably be expanded out into a function inside drag select, but this works for now It's in EditorInput.cs line 344 rn.