Fix dynamic judge anchors not updated if note is not working.
This commit is contained in:
@@ -137,12 +137,10 @@ namespace Cryville.Crtr {
|
|||||||
|
|
||||||
public override void Anchor() {
|
public override void Anchor() {
|
||||||
base.Anchor();
|
base.Anchor();
|
||||||
if (cs.Working) {
|
foreach (var j in judges.Values) {
|
||||||
foreach (var j in judges.Values) {
|
if (!j.Judged) continue;
|
||||||
if (!j.Judged) continue;
|
PushAnchorEvent(j.AbsoluteTime, j.DynamicAnchors.Absolute);
|
||||||
PushAnchorEvent(j.AbsoluteTime, j.DynamicAnchors.Absolute);
|
PushAnchorEvent(j.RelativeTime + cs.Time, j.DynamicAnchors.Relative);
|
||||||
PushAnchorEvent(j.RelativeTime + cs.Time, j.DynamicAnchors.Relative);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user