diff --git a/gui/init.lua b/gui/init.lua index abeea34..8fe0033 100644 --- a/gui/init.lua +++ b/gui/init.lua @@ -525,7 +525,7 @@ function gui:newBase(typ,x, y, w, h, sx, sy, sw, sh, virtual) gui.Events.OnMousePressed(function(x, y, button, istouch, presses) if not c:isActive() then return end if c:canPress(x,y) then - c.OnPressed:Fire(c,x, y, dx, dy, istouch) + c.OnPressed:Fire(c, x, y, dx, dy, istouch) pressed = true -- Only change and trigger the event if it is a different object diff --git a/multi b/multi index 7114b87..3776fdf 160000 --- a/multi +++ b/multi @@ -1 +1 @@ -Subproject commit 7114b87bdd05eb9e4d01f0c639175f6d2dda1d52 +Subproject commit 3776fdff9d65188ceadf199e0b108b8d4c5ed941