Refactor old ContentLoadingManager into Content for simplicity

This commit is contained in:
Wojtek Figat
2024-10-11 23:05:09 +02:00
parent ff495e1319
commit f8371d037b
10 changed files with 314 additions and 439 deletions

View File

@@ -67,6 +67,7 @@ protected:
#if TRACY_ENABLE
ZoneScoped;
ZoneName(*name, name.Length());
ZoneValue(chunk->LocationInFile.Size / 1024); // Size in kB
#endif
if (ref->Storage->LoadAssetChunk(chunk))
{