shawenguan преди 2 години
родител
ревизия
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));
             }
         }