Browse Source

reset player at the end of script

bugfix/residual-audio
louis f 4 years ago
parent
commit
93bb1c822e
Signed by: louis <louis@poweris.moe> GPG Key ID: 44D7E1DE4E23D6F2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Js/Main.js

+ 1
- 0
Js/Main.js View File

@@ -377,6 +377,7 @@ function sceneSet(questSceneMstId, cust) {
function playNext() {
if (!partPlaylist.length) {
if (!scenePlaylist.length) {
player.resetAll();
resetPlaylist();
return; // we're probably done
}


Loading…
Cancel
Save