diff --git a/extensions/physics/world.lua b/extensions/physics/world.lua index 4f46b68b..b8a025e7 100644 --- a/extensions/physics/world.lua +++ b/extensions/physics/world.lua @@ -18,7 +18,6 @@ function methods:getGravity() return self.gravity end ----@return World function methods:getWorld() return self.world end @@ -265,4 +264,4 @@ function physicsExtension:newWorld() w.world:setCallbacks(nil, nil, preSolve, nil) return setmetatable(w, worldMeta) -end \ No newline at end of file +end