From 91d72847758f32878f28ec5156f46d0985cbfae1 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 20 Jul 2019 17:58:15 +0200 Subject: [PATCH] improvement(action3D): remove hitbox drawing) --- examples/gameplay/action3D/actors/parent.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/gameplay/action3D/actors/parent.lua b/examples/gameplay/action3D/actors/parent.lua index b71c7e0..c6fb85f 100644 --- a/examples/gameplay/action3D/actors/parent.lua +++ b/examples/gameplay/action3D/actors/parent.lua @@ -8,7 +8,6 @@ end function Parent:draw() Parent.super.draw(self) - self:drawMainHitbox() end return Parent