Matches dynamic on anchoring.

This commit is contained in:
2023-01-20 22:50:05 +08:00
parent be64bc76b5
commit a7608bcd7e

View File

@@ -176,6 +176,7 @@ namespace Cryville.Crtr.Event {
} }
} }
public virtual void Anchor() { public virtual void Anchor() {
skinContainer.MatchDynamic(cs);
if (cs.Working) PushAnchorEvent(cs.Time, a_cur); if (cs.Working) PushAnchorEvent(cs.Time, a_cur);
} }
protected void OpenAnchor(Anchor anchor) { protected void OpenAnchor(Anchor anchor) {