[Custom Textures] Fix not working debug output
This commit is contained in:
parent
64d43f4725
commit
b0a86a0dd1
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ end)
|
||||||
-- ####################################################################################################################
|
-- ####################################################################################################################
|
||||||
|
|
||||||
vmf.load_custom_textures_settings = function()
|
vmf.load_custom_textures_settings = function()
|
||||||
_show_debug_info = vmf:get("developer_mode") and vmf:get("log__ui_renderers_info")
|
_show_debug_info = vmf:get("developer_mode") and vmf:get("log_ui_renderers_info")
|
||||||
end
|
end
|
||||||
|
|
||||||
vmf.reset_guis = function()
|
vmf.reset_guis = function()
|
||||||
|
|
Loading…
Add table
Reference in a new issue