remove a workaround

This commit is contained in:
2022-08-01 20:26:11 +00:00
parent 6a00730d3a
commit 91c0665777

View File

@@ -71,10 +71,7 @@
(set draggingLastPos (new FlxPoint draggingSprite.x draggingSprite.y))
(doFor s (recursivelyConnectedPieces draggingSprite)
(+= s.x dx)
(+= s.y dy)))
// This hacks around a tricky edge case -- or so I thought
(when FlxG.mouse.justReleased
(draggingSprite.stopDrag)))
(+= s.y dy))))
// Left and right arrow keys can switch between unlocked puzzles