Fixed Test for popup

This commit is contained in:
Cooldude2606
2018-12-31 13:56:39 +00:00
parent 2d1de044dd
commit 43f2b6a516

View File

@@ -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