fix: restore video sound after loop ends by setting muted in goToScene
This commit is contained in:
@@ -197,8 +197,9 @@ export class Engine {
|
|||||||
} else {
|
} else {
|
||||||
this.endGame()
|
this.endGame()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
this.videoManager.setMuted(!!scene.videoMuted)
|
||||||
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user