Cleaned up some code and made some fixes
This commit is contained in:
parent
0160436a58
commit
9cc02cb0a7
1 changed files with 1 additions and 3 deletions
|
@ -85,9 +85,7 @@ vmf:hook("UIRenderer.create", function(func, world, ...)
|
|||
|
||||
table.dump(ui_renderer_materials, "UI_RENDERER MATERIALS", 2) -- @DEBUG
|
||||
|
||||
local wtf = func(world, unpack(ui_renderer_materials))
|
||||
print (tostring(wtf))
|
||||
return wtf
|
||||
return func(world, unpack(ui_renderer_materials))
|
||||
end)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue