repo: janusweb action: commit revision: path_from: revision_from: 9a2d99d128150893d48765d0729a5bc8387be699: path_to: revision_to:
commit 9a2d99d128150893d48765d0729a5bc8387be699 Author: James BaicoianuDate: Sun Oct 31 01:37:55 2021 -0700 Allow spawning sounds with direct URLs diff --git a/scripts/sound.js b/scripts/sound.js
--- a/scripts/sound.js
+++ b/scripts/sound.js
@@ -36,7 +36,7 @@ elation.require(['janusweb.janusbase'], function() {
}
}
this.createAudio = async function(src, audionodes) {
- var sound = this.getAsset('sound', this.sound_id);
+ var sound = this.getAsset('sound', this.sound_id, true);
if (!src) {
this.currentsound = this.sound_id;
if (sound && sound.src) {
-----END OF PAGE-----