This commit is contained in:
prezmop
2025-04-26 18:09:48 +09:00
parent 88823d26b1
commit 60388e5798
+1 -1
View File
@@ -96,7 +96,7 @@ export class Cyclist {
(phase, duration, _, t) => {
try {
const start = Math.max(t, this.preparedUntil);
end = t + this.prepareTime;
const end = t + this.prepareTime;
this.preparedUntil = end;
const haps = this.pattern.queryArc(start, end, { _cps: 1 });