diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-16 18:57:08 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-16 18:57:08 -0600 |
commit | ed1704f9a110c9fa909dccb3169bf388f48279e4 (patch) | |
tree | b153bddd10a82dbcb7c5c3253e3466b61d5326ba /src/entity.c | |
parent | 9eeb5293fc0d022298fb772338241aa7e8672dac (diff) |
Chatgpt saved my ass again
Diffstat (limited to 'src/entity.c')
-rw-r--r-- | src/entity.c | 2 |
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); |