Fix deprecated assertions from streamable assets (streaming uses job system now)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user