From cec0ed92c4035c4421d3cc2448f5423fcbb7f7d4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 7 Feb 2018 17:55:29 -0500 Subject: Fixed behavior of letting go of the right button --- src/systems/controlling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/systems/controlling.cpp b/src/systems/controlling.cpp index 456da3b..ec62e9a 100644 --- a/src/systems/controlling.cpp +++ b/src/systems/controlling.cpp @@ -72,7 +72,7 @@ void ControllingSystem::tick(double dt) if (!controllable.isFrozen()) { - if (controllable.isHoldingRight()) + if (controllable.isHoldingLeft()) { walkLeft(entity); } else { -- cgit 1.4.1