Fix crash due to replicated objects leak upon system destruction
This commit is contained in:
@@ -1204,6 +1204,7 @@ void NetworkInternal::NetworkReplicatorClear()
|
||||
Objects.Remove(it);
|
||||
}
|
||||
}
|
||||
Objects.Clear();
|
||||
RpcQueue.Clear();
|
||||
SpawnQueue.Clear();
|
||||
DespawnQueue.Clear();
|
||||
|
||||
Reference in New Issue
Block a user