diff --git a/engine/core/Engine.ts b/engine/core/Engine.ts index e14d97e..8a7e785 100644 --- a/engine/core/Engine.ts +++ b/engine/core/Engine.ts @@ -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)