diff --git a/modules/ExpGamingCore/Gui/src/test.lua b/modules/ExpGamingCore/Gui/src/test.lua index ab3e8d27..7ad7c724 100644 --- a/modules/ExpGamingCore/Gui/src/test.lua +++ b/modules/ExpGamingCore/Gui/src/test.lua @@ -173,7 +173,7 @@ Gui.popup{ }:add_left{ caption='Gui Left w/ Popup', tooltip='Send a message', - function(self,frame) + draw=function(self,frame) text_popup:draw(frame) send_popup:draw(frame) end