fix(stage-ui-three): type error

This commit is contained in:
Neko Ayaka
2026-03-23 14:08:42 +08:00
parent 2b4ff6ab20
commit 0ace1fb26c
@@ -28,5 +28,5 @@ export function randomSaccadeInterval(): number {
return EYE_SACCADE_INT_P[i][1] + Math.random() * EYE_SACCADE_INT_STEP
}
}
return EYE_SACCADE_INT_P.at(-1)[1] + Math.random() * EYE_SACCADE_INT_STEP
return EYE_SACCADE_INT_P.at(-1)![1] + Math.random() * EYE_SACCADE_INT_STEP
}