Fix crash when closing handles to asset file while any asset streaming task is active for asset from that file
This commit is contained in:
@@ -481,6 +481,10 @@ void Asset::InitAsVirtual()
|
||||
_isLoaded = true;
|
||||
}
|
||||
|
||||
void Asset::CancelStreaming()
|
||||
{
|
||||
}
|
||||
|
||||
#if USE_EDITOR
|
||||
|
||||
void Asset::GetReferences(Array<Guid>& output) const
|
||||
|
||||
Reference in New Issue
Block a user