1`2321321

This commit is contained in:
Maikiwi 2022-08-04 00:50:51 -07:00
parent 7ad3fa12d8
commit 556527c78c

View file

@ -1015,7 +1015,7 @@ const CiderAudio = {
let lastNode = 'n0'; let index = 0; let firstNode = 'n0'
for (let [tier, value] of configMap.entries()) {
if (value === true) {
if (index === 0) {firstNode = tier}; i++;
if (index === 0) {firstNode = tier}; index++;
switch (tier) {
case 'spatial':
CiderAudio.spatial_ninf();