diff --git a/gamecore/modules/world/actors/utils/boxes/textured.lua b/gamecore/modules/world/actors/utils/boxes/textured.lua index 9158ecd..e9fa941 100644 --- a/gamecore/modules/world/actors/utils/boxes/textured.lua +++ b/gamecore/modules/world/actors/utils/boxes/textured.lua @@ -32,9 +32,8 @@ function TexturedBox:new(owner, w, h, d, topTexture, bottomTexture) self.topTexture = owner.assets.images[topTexture] self.bottomTexture = owner.assets.images[bottomTexture] - self.haveLine = false - TexturedBox.super.new(self, owner, w, h, d) + self.haveLine = false end function TexturedBox:drawTopTexture()