Cleaned up some code and made some fixes

This commit is contained in:
Azumgi 2018-01-27 21:27:42 +03:00
parent 0160436a58
commit 9cc02cb0a7

View file

@ -85,9 +85,7 @@ vmf:hook("UIRenderer.create", function(func, world, ...)
table.dump(ui_renderer_materials, "UI_RENDERER MATERIALS", 2) -- @DEBUG table.dump(ui_renderer_materials, "UI_RENDERER MATERIALS", 2) -- @DEBUG
local wtf = func(world, unpack(ui_renderer_materials)) return func(world, unpack(ui_renderer_materials))
print (tostring(wtf))
return wtf
end) end)