summaryrefslogtreecommitdiff
path: root/honey/ecs-systems.lua
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-05-07 22:12:00 -0500
committersanine <sanine.not@pm.me>2023-05-07 22:12:00 -0500
commit09fa1809ab285d41180a5767d8cf408855986129 (patch)
tree6c024ef9f0cf4b47983c9c5f7d2ad3114981b67e /honey/ecs-systems.lua
parent61f8813b0beb6228f99cf0ea80acee5f4cab063f (diff)
implement basic third-person camera
Diffstat (limited to 'honey/ecs-systems.lua')
-rw-r--r--honey/ecs-systems.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/honey/ecs-systems.lua b/honey/ecs-systems.lua
index 3243d02..b468228 100644
--- a/honey/ecs-systems.lua
+++ b/honey/ecs-systems.lua
@@ -261,7 +261,7 @@ physics = function(params)
physics.angularVelocity = avel
if physics.maxAngularSpeed then
- ode.BodySetMaxAngularSpeed(physics.maxAngularSpeed)
+ ode.BodySetMaxAngularSpeed(body, physics.maxAngularSpeed)
end
physics._body = body