improvement(action3D): remove hitbox drawing)

This commit is contained in:
Kazhnuz 2019-07-20 17:58:15 +02:00
parent 215aed8684
commit 91d7284775
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ end
function Parent:draw()
Parent.super.draw(self)
self:drawMainHitbox()
end
return Parent