From cfa9cc980ac269f6e8f00acac239d46e5f672268 Mon Sep 17 00:00:00 2001 From: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com> Date: Tue, 19 May 2026 22:21:01 +0100 Subject: [PATCH] Fix lint warning --- exp_gui/module/prototype.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/exp_gui/module/prototype.lua b/exp_gui/module/prototype.lua index 66a1b28e..ea1e6a31 100644 --- a/exp_gui/module/prototype.lua +++ b/exp_gui/module/prototype.lua @@ -274,6 +274,7 @@ function ExpElement._prototype:draw(definition) if not next(signals) then -- If no signals then skip var arg + --- @cast definition LuaGuiElement.add_param self._draw = function(_, parent) return parent.add(definition) end