Keep ObjectCreator ResolveAssembly override bound until disposal.
This commit is contained in:
@@ -217,6 +217,9 @@ namespace OpenRA
|
||||
MapCache.Dispose();
|
||||
if (VoxelLoader != null)
|
||||
VoxelLoader.Dispose();
|
||||
|
||||
if (ObjectCreator != null)
|
||||
ObjectCreator.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user