shawenguan 2 лет назад
Родитель
Сommit
02fddd857f
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Scripts/gandart/gandartComposite.js

+ 2 - 0
Scripts/gandart/gandartComposite.js

@@ -362,8 +362,10 @@ function calcCompositeGroups(materialSelLst) {
             materiaDict[castingId] = materialInfo;
 
             if (index != transArr.length - 1) {
+                lk.log("array#" + index);
                 arrage(transArr, index + 1, resultArr, resultTmp);
             } else {
+                lk.log("array#end");
                 resultArr.push([].concat(resultTmp));
             }
         }