diff options
| author | Juan Linietsky | 2015-10-21 09:50:44 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-10-21 09:50:44 -0300 |
| commit | b59c86f6f953ce6957bccbcc1ec6f3ce4c55572d (patch) | |
| tree | 39a74205feb03436beacf8c4dcf9d4fd70f2e344 /tools/editor/script_editor_debugger.h | |
| parent | f6a790d58c596773466437140f6d7e2a6a29e5e7 (diff) | |
| download | godot-b59c86f6f953ce6957bccbcc1ec6f3ce4c55572d.tar.gz godot-b59c86f6f953ce6957bccbcc1ec6f3ce4c55572d.tar.zst godot-b59c86f6f953ce6957bccbcc1ec6f3ce4c55572d.zip | |
Diffstat (limited to 'tools/editor/script_editor_debugger.h')
| -rw-r--r-- | tools/editor/script_editor_debugger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h index 04459e39f..6b66a62dd 100644 --- a/tools/editor/script_editor_debugger.h +++ b/tools/editor/script_editor_debugger.h @@ -98,6 +98,7 @@ class ScriptEditorDebugger : public Control { Tree *vmem_tree; Button *vmem_refresh; + LineEdit *vmem_total; Tree *stack_dump; PropertyEditor *inspector; @@ -130,6 +131,7 @@ class ScriptEditorDebugger : public Control { void _scene_tree_request(); void _parse_message(const String& p_msg,const Array& p_data); + void _video_mem_request(); int _get_node_path_cache(const NodePath& p_path); |
