diff --git a/Project.xml b/Project.xml index 747cc70a2..98ba574cf 100644 --- a/Project.xml +++ b/Project.xml @@ -2,7 +2,7 @@ - + @@ -211,7 +211,7 @@ - +
diff --git a/source/Controls.hx b/source/Controls.hx index 3ca24646b..2f0aa6135 100644 --- a/source/Controls.hx +++ b/source/Controls.hx @@ -872,7 +872,7 @@ class FlxActionInputDigitalMobileSwipeGameplay extends FlxActionInputDigital public function new(swipeDir:Int = FlxObject.ANY, Trigger:FlxInputState, ?swipeLength:Float = 90) { - super(MOBILE, swipeDir, Trigger); + super(ANDROID, swipeDir, Trigger); activateLength = swipeLength; }