diff options
-rw-r--r-- | src/systems/controlling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
72 | 72 | ||
73 | if (!controllable.isFrozen()) | 73 | if (!controllable.isFrozen()) |
74 | { | 74 | { |
75 | if (controllable.isHoldingRight()) | 75 | if (controllable.isHoldingLeft()) |
76 | { | 76 | { |
77 | walkLeft(entity); | 77 | walkLeft(entity); |
78 | } else { | 78 | } else { |