Add judge anchor stub.
This commit is contained in:
@@ -114,6 +114,17 @@ namespace Cryville.Crtr {
|
||||
}
|
||||
}
|
||||
|
||||
public override void Anchor() {
|
||||
base.Anchor();
|
||||
if (cs.Working) {
|
||||
foreach (var j in judges.Values) {
|
||||
if (!j.Judged) continue;
|
||||
// PushAnchorEvent(j.AbsoluteAnchorName, j.AbsoluteTime);
|
||||
// PushAnchorEvent(j.RelativeAnchorName, j.RelativeTime + cs.Time);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public override void EndUpdate(ContainerState s) {
|
||||
if (s.CloneType == 2 && gogroup) {
|
||||
foreach (var i in sgos) i.Seal();
|
||||
|
Reference in New Issue
Block a user