1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix negative VRAM values

This commit is contained in:
Ev1lbl0w
2021-03-05 21:48:11 +00:00
parent 3ff56719fc
commit 1f0b60c47d
8 changed files with 8 additions and 8 deletions

View File

@@ -566,7 +566,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);