revert: remove auto-mute on loop, let creators control via videoMuted field

This commit is contained in:
2026-06-12 23:44:20 +08:00
parent 95a9840322
commit e04ceb0725

View File

@@ -210,7 +210,6 @@ export class Engine {
if (!this.loopActive && time >= scene.loopStart) {
this.loopActive = true
this.videoManager.setMuted(true)
const validChoices = this.getValidChoices(scene)
if (validChoices.length > 0) {
this.emit('choiceRequest', validChoices)