aboutsummaryrefslogtreecommitdiff
path: root/src/entity.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-16 18:57:08 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-16 18:57:08 -0600
commited1704f9a110c9fa909dccb3169bf388f48279e4 (patch)
treeb153bddd10a82dbcb7c5c3253e3466b61d5326ba /src/entity.c
parent9eeb5293fc0d022298fb772338241aa7e8672dac (diff)
Chatgpt saved my ass again
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 0d91ac8..ee15d18 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -146,7 +146,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);