aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/script_editor_debugger.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-10-20 19:19:19 -0300
committerJuan Linietsky2015-10-20 19:19:19 -0300
commitb5011d9bf1dea0e16b5b15da82f6110c4055ad09 (patch)
tree02dba35ef82e31a807fbe08887e64ea6fff6c1f3 /tools/editor/script_editor_debugger.h
parent2b12a8109dda1f47f9b75a5de91d7d00c1f25869 (diff)
downloadgodot-b5011d9bf1dea0e16b5b15da82f6110c4055ad09.tar.gz
godot-b5011d9bf1dea0e16b5b15da82f6110c4055ad09.tar.zst
godot-b5011d9bf1dea0e16b5b15da82f6110c4055ad09.zip
-Fixes on atlas import to save memory if mipmaps are not used
-Make the video memory visible to improve debugging
Diffstat (limited to 'tools/editor/script_editor_debugger.h')
-rw-r--r--tools/editor/script_editor_debugger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h
index 3c66dde34..04459e39f 100644
--- a/tools/editor/script_editor_debugger.h
+++ b/tools/editor/script_editor_debugger.h
@@ -96,6 +96,9 @@ class ScriptEditorDebugger : public Control {
Tree *perf_monitors;
Control *perf_draw;
+ Tree *vmem_tree;
+ Button *vmem_refresh;
+
Tree *stack_dump;
PropertyEditor *inspector;