1
0
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:
Ev1lbl0w
2021-03-09 09:51:17 +00:00
parent f79b8474ab
commit bae4b0c952
12 changed files with 12 additions and 12 deletions

View File

@@ -1021,7 +1021,7 @@ struct _OSCoreBindImg {
void _OS::print_all_textures_by_size() {
List<_OSCoreBindImg> imgs;
int total = 0;
uint64_t total = 0;
{
List<Ref<Resource> > rsrc;
ResourceCache::get_cached_resources(&rsrc);