summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/systems/controlling.cpp2
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 {