Code cleanup.
This commit is contained in:
@@ -253,8 +253,8 @@ namespace Cryville.Crtr {
|
||||
if (ContainerState.RMVPool != null) {
|
||||
statusbuf.AppendFormat(
|
||||
"\nPools: RMV {0}, MC {1}",
|
||||
ContainerState.RMVPool.RentedCount,
|
||||
ContainerState.MCPool.RentedCount
|
||||
RMVPool.Shared.RentedCount,
|
||||
MotionCachePool.Shared.RentedCount
|
||||
);
|
||||
}
|
||||
if (loadThread != null) {
|
||||
@@ -671,8 +671,8 @@ namespace Cryville.Crtr {
|
||||
pruleset = ruleset.Root;
|
||||
pruleset.Optimize(etor);
|
||||
}
|
||||
ContainerState.RMVPool = new RMVPool();
|
||||
ContainerState.MCPool = new MotionCachePool();
|
||||
RMVPool.Shared = new RMVPool();
|
||||
MotionCachePool.Shared = new MotionCachePool();
|
||||
}
|
||||
|
||||
void LoadSkin(FileInfo file) {
|
||||
|
Reference in New Issue
Block a user