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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user