From 0fae2327bbb24572f5c40236dcdaba4f4f8afb80 Mon Sep 17 00:00:00 2001
From: nathansmithsmith <nathansmith7@mailfence.com>
Date: Sun, 6 Aug 2023 17:12:18 -0600
Subject: Fixed the stupid mouse thingy

---
 src/entity.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/entity.c')

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);
-- 
cgit v1.2.3