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

@@ -198,6 +198,7 @@ export class Engine {
this.endGame() this.endGame()
} }
} }
this.videoManager.setMuted(!!scene.videoMuted)
} }
) )
} }