diff --git a/gamecore/modules/world/actors/actor2D.lua b/gamecore/modules/world/actors/actor2D.lua index 04aa065..0c2c5c6 100644 --- a/gamecore/modules/world/actors/actor2D.lua +++ b/gamecore/modules/world/actors/actor2D.lua @@ -193,7 +193,7 @@ end -- DRAW FUNCTIONS -- Draw the actors. -function Actor3D:getShape() +function Actor2D:getShape() return (self.x), (self.y), self.w, (self.h) end