Code cleanup.

This commit is contained in:
2023-04-22 21:08:06 +08:00
parent 2784544884
commit d72afaa75b
5 changed files with 14 additions and 17 deletions

View File

@@ -252,7 +252,7 @@ namespace Cryville.Crtr {
UnityEngine.Profiling.Profiler.GetTotalReservedMemory()
#endif
);
if (RMVPool.Shared != null) {
if (MotionNodePool.Shared != null) {
statusbuf.AppendFormat(
"\nPools: RMV {0}, MC {1}, MN {2}",
RMVPool.Shared.RentedCount,