Add MotionCache.

This commit is contained in:
2023-01-21 20:13:40 +08:00
parent 94428d9e18
commit c1c354959d
4 changed files with 85 additions and 24 deletions

View File

@@ -485,6 +485,7 @@ namespace Cryville.Crtr {
workerTimer = new diag::Stopwatch();
workerTimer.Start();
RMVPool.Prepare();
MotionCachePool.Prepare();
LoadChart(info);
workerTimer.Stop();
Logger.Log("main", 1, "Load/WorkerThread", "Worker thread done ({0}ms)", workerTimer.Elapsed.TotalMilliseconds);