summaryrefslogtreecommitdiffhomepage
path: root/not/Platform.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Platform.lua')
-rw-r--r--not/Platform.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Platform.lua b/not/Platform.lua
index 5ee2dd7..3748c47 100644
--- a/not/Platform.lua
+++ b/not/Platform.lua
@@ -13,7 +13,7 @@ Platform.__index = Platform
setmetatable(Platform, PhysicalBody)
-- Constructor of `Platform`
-function Platform:new (game, world, x, y, shape, sprite, animations)
+function Platform:new (animations, shape, game, x, y, sprite)
local o = setmetatable({}, self)
o:init(animations, shape, game, x, y, sprite)
return o