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