diff --git a/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss b/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss index b0f056d6..33c25de4 100644 --- a/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss +++ b/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss @@ -119,7 +119,7 @@ { (unless (windowIsShown) - (when FlxG.mouse.justPressedRight + (when (or FlxG.mouse.justPressedRight FlxG.keys.justPressed.R) (when draggingSprite (draggingSprite.rotate 90) (doFor s (recursivelyConnectedPieces draggingSprite)