1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

-Fixes on atlas import to save memory if mipmaps are not used

-Make the video memory visible to improve debugging
This commit is contained in:
Juan Linietsky
2015-10-20 19:19:19 -03:00
parent 2b12a8109d
commit b5011d9bf1
3 changed files with 51 additions and 4 deletions

View File

@@ -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;