Fix abnormal shaking at dynamic anchor.

This commit is contained in:
2023-02-05 22:12:47 +08:00
parent b166c0f5ef
commit 313824b4bb

View File

@@ -161,7 +161,7 @@ namespace Cryville.Crtr.Event {
} }
anchorEvPool.Return(tev); anchorEvPool.Return(tev);
} }
else if (gogroup && s.CloneType <= 2) skinContainer.MatchDynamic(s); else if (gogroup && s.CloneType == 2) skinContainer.MatchDynamic(s);
} }
#region End methods #region End methods
public virtual void EndGraphicalUpdate(ContainerState s) { } public virtual void EndGraphicalUpdate(ContainerState s) { }