1`2321321
This commit is contained in:
parent
7ad3fa12d8
commit
556527c78c
1 changed files with 1 additions and 1 deletions
|
@ -1015,7 +1015,7 @@ const CiderAudio = {
|
||||||
let lastNode = 'n0'; let index = 0; let firstNode = 'n0'
|
let lastNode = 'n0'; let index = 0; let firstNode = 'n0'
|
||||||
for (let [tier, value] of configMap.entries()) {
|
for (let [tier, value] of configMap.entries()) {
|
||||||
if (value === true) {
|
if (value === true) {
|
||||||
if (index === 0) {firstNode = tier}; i++;
|
if (index === 0) {firstNode = tier}; index++;
|
||||||
switch (tier) {
|
switch (tier) {
|
||||||
case 'spatial':
|
case 'spatial':
|
||||||
CiderAudio.spatial_ninf();
|
CiderAudio.spatial_ninf();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue