bugfix collision optimizer being too greedy

This commit is contained in:
lustlion
2022-02-15 10:35:52 +01:00
parent 8def86ade6
commit 5f852a61e6
2 changed files with 4 additions and 8 deletions

View File

@@ -301,7 +301,6 @@ function Player:HandleAnimation()
)
end
logPrint(tostring(self.body.anim_speed))
self.body:Animate()
self:Draw(self.body)