Fix deprecated assertions from streamable assets (streaming uses job system now)

This commit is contained in:
Wojtek Figat
2021-07-11 12:03:56 +02:00
parent 1561eba6fb
commit 252b37ebfe
3 changed files with 1 additions and 7 deletions

View File

@@ -714,8 +714,6 @@ Task* Model::CreateStreamingTask(int32 residency)
}
else
{
ASSERT(IsInMainThread());
// Do the quick data release
for (int32 i = HighestResidentLODIndex(); i < LODs.Count() - residency; i++)
LODs[i].Unload();