fix(stage-ui-live2d): type error

This commit is contained in:
Neko Ayaka
2026-03-23 13:55:58 +08:00
parent 2c4ac66b61
commit c160010f8b
@@ -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
}