You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix negative VRAM values
This commit is contained in:
@@ -343,7 +343,7 @@ void ScriptEditorDebugger::_parse_message(const String &p_msg, const Array &p_da
|
||||
DebuggerMarshalls::ResourceUsage usage;
|
||||
usage.deserialize(p_data);
|
||||
|
||||
int total = 0;
|
||||
uint64_t total = 0;
|
||||
|
||||
for (List<DebuggerMarshalls::ResourceInfo>::Element *E = usage.infos.front(); E; E = E->next()) {
|
||||
TreeItem *it = vmem_tree->create_item(root);
|
||||
|
||||
Reference in New Issue
Block a user