Fix improper use of RMVPool.

This commit is contained in:
2022-12-01 12:33:32 +08:00
parent 358e654f51
commit 35d2e06625
2 changed files with 7 additions and 2 deletions

View File

@@ -171,6 +171,7 @@ namespace Cryville.Crtr {
public class RealtimeMotionValue {
public Vector AbsoluteValue;
List<MotionNode> RelativeNodes;
internal byte CloneTypeFlag;
public RealtimeMotionValue Init(Vector init) {
RelativeNodes = new List<MotionNode> {