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:
@@ -717,7 +717,7 @@ void ScriptEditorDebugger::_parse_message(const String &p_msg, const Array &p_da
|
||||
vmem_tree->clear();
|
||||
TreeItem *root = vmem_tree->create_item();
|
||||
|
||||
int total = 0;
|
||||
uint64_t total = 0;
|
||||
|
||||
for (int i = 0; i < p_data.size(); i += 4) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user