This commit is contained in:
Ryan Ward 2022-02-14 22:59:50 -05:00
parent 7d5a4cdc1f
commit ffb3b51a15

View File

@ -269,7 +269,7 @@ function gui:newBase(typ,x, y, w, h, sx, sy, sw, sh)
end
end
end
end).OnError(print)
end)
function c:OnUpdate(func) -- Not crazy about this approach, will probably rework this
if type(self)=="function" then func = self end