From 09fa1809ab285d41180a5767d8cf408855986129 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 7 May 2023 22:12:00 -0500 Subject: implement basic third-person camera --- honey/ecs-systems.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'honey/ecs-systems.lua') 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 -- cgit v1.2.1