aboutsummaryrefslogtreecommitdiff
path: root/src/entity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.c b/src/entity.c
index 4136463..bb874df 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -437,7 +437,7 @@ void entityJoystickControl(Entity * entity, Vector3 stick, float speed) {
entity->velocity.velocity = (Vector3){
m.m2 * s,
m.m6 * s,
- m.m10 * s
+ m.m10 * s,
};
entityUpdatePosition(entity);