Cache Draws -> Cache UI Draws

This commit is contained in:
luboslenco
2020-01-09 10:09:17 +01:00
parent c4ba5414e3
commit 19a5afdf28
+1 -1
View File
@@ -63,7 +63,7 @@ class BoxPreferences {
UITrait.inst.nativeBrowser = ui.check(Id.handle({selected: UITrait.inst.nativeBrowser}), "Native File Browser"); UITrait.inst.nativeBrowser = ui.check(Id.handle({selected: UITrait.inst.nativeBrowser}), "Native File Browser");
UITrait.inst.cacheDraws = ui.check(Id.handle({selected: UITrait.inst.cacheDraws}), "Cache Draws"); UITrait.inst.cacheDraws = ui.check(Id.handle({selected: UITrait.inst.cacheDraws}), "Cache UI Draws");
if (ui.isHovered) ui.tooltip("Enabling may reduce GPU usage"); if (ui.isHovered) ui.tooltip("Enabling may reduce GPU usage");
// ui.text("Node Editor"); // ui.text("Node Editor");