diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-06 17:12:18 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-06 17:12:18 -0600 |
commit | 0fae2327bbb24572f5c40236dcdaba4f4f8afb80 (patch) | |
tree | edc36da854b597ecd5cb1b645c92abadf5824067 /src/entity.c | |
parent | 0e3f2f54c73ea3d473c38159dcb180eeb7988f4b (diff) |
Fixed the stupid mouse thingy
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 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); |