Separate dynamic anchors.

This commit is contained in:
2023-01-31 15:15:13 +08:00
parent 776a615464
commit e109e0bd24
3 changed files with 52 additions and 42 deletions

View File

@@ -31,7 +31,7 @@ namespace Cryville.Crtr {
public int Result { get; private set; }
PropSrc _resultPropSrc;
public JudgeState(NoteHandler handler, int name) {
StaticAnchor = handler.RegisterAnchor(handler.judge.judgeMap[name], 3);
StaticAnchor = handler.RegisterAnchor(handler.judge.judgeMap[name], false, 3);
}
public void MarkJudged(float abs, float rel, int result) {
AbsoluteTime = abs;