You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user