core/menusystem: add a forgotten comma
This commit is contained in:
parent
5920fc18dd
commit
2e0503f75a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ local Menu = require(cwd .. "parent")
|
|||
|
||||
GridBox = Menu:extend()
|
||||
|
||||
function GridBox:new(controller, name x, y, w, h, slots_hor, slots_vert)
|
||||
function GridBox:new(controller, name, x, y, w, h, slots_hor, slots_vert)
|
||||
ListBox.super.new(self, controller, name, x, y, w, h)
|
||||
self.slots = slots_hor * slots_vert
|
||||
self.slots_hor = slots_hor
|
||||
|
|
Loading…
Reference in a new issue