Skip to content

Commit

Permalink
character_controller.lua: remove unused fields / vars (cont.)
Browse files Browse the repository at this point in the history
  • Loading branch information
metaleap authored Jan 20, 2025
1 parent 9e00f72 commit d5a2163
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ local function Character(model_scene, start_transform, controllable, anim_scene,
local charactercomponent = scene.Component_GetCharacter(self.model)
self.ground_intersect = charactercomponent.IsGrounded()
self.position = charactercomponent.GetPositionInterpolated()
local velocity = charactercomponent.GetVelocity()
local capsule = charactercomponent.GetCapsule()
character_capsules[self.model] = capsule
--DrawCapsule(capsule)
Expand Down

0 comments on commit d5a2163

Please sign in to comment.