oops
This commit is contained in:
parent
b76ea0c66e
commit
c5d33fdc74
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ const CiderAudio = {
|
|||
try { for (var i of CiderAudio.audioNodes.audioBands) { i.disconnect(); } CiderAudio.audioNodes.vibrantbassNode = null} catch (e) { };
|
||||
console.debug("[Cider][Audio] Finished hierarchical unloading")
|
||||
},
|
||||
hierarchical_loading: function () {
|
||||
hierarchical_loading: async function () {
|
||||
const configMap = new Map([
|
||||
['spatial', app.cfg.audio.maikiwiAudio.spatial === true],
|
||||
['n5', app.cfg.audio.maikiwiAudio.atmosphereRealizer2 === true],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue