fix: restore video sound after loop ends by setting muted in goToScene

This commit is contained in:
2026-06-12 23:10:18 +08:00
parent 0900bdf872
commit bf9bd46723

View File

@@ -197,8 +197,9 @@ export class Engine {
} else {
this.endGame()
}
}
}
}
this.videoManager.setMuted(!!scene.videoMuted)
}
)
}
}