This commit is contained in:
Dorian
2026-03-12 16:35:59 +00:00
parent 45216e5dfc
commit bc4a52bc12
18 changed files with 1754 additions and 85 deletions
+3 -1
View File
@@ -397,7 +397,9 @@ async function _doReplay() {
if (scene) {
await scene.playEntrance()
// Safety: ensure fighters are visible after entrance (prevents invisible characters if entrance times out)
scene._resetPositions()
// Re-check: scene could be destroyed during async playEntrance()
scene?._resetPositions()
if (!scene) return
await sleep(300)
}