revert: remove auto-mute on loop, let creators control via videoMuted field
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user