mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix negative VRAM values
This commit is contained in:
parent
f79b8474ab
commit
bae4b0c952
12 changed files with 12 additions and 12 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue