Fix lint warning

This commit is contained in:
Cooldude2606
2026-05-19 22:21:01 +01:00
parent 620161938f
commit cfa9cc980a
+1
View File
@@ -274,6 +274,7 @@ function ExpElement._prototype:draw(definition)
if not next(signals) then if not next(signals) then
-- If no signals then skip var arg -- If no signals then skip var arg
--- @cast definition LuaGuiElement.add_param
self._draw = function(_, parent) self._draw = function(_, parent)
return parent.add(definition) return parent.add(definition)
end end