Sindarius / npm_gcodeviewer

Invalid variable usage JS-0043
Anti-pattern
Critical
3 months agoa year old
'lineIdx' used outside of binding context
 78         segment.matrix.copyToArray(matrixData, segIdx * 16); 
 79         segment.color.toArray(colorData, segIdx * 4); 
 80         colorData[segIdx * 4 + 3] = this.getTransparentValue(); 
 81         completed[lineIdx] = false;  82      } 
 83 
 84      let box = this.buildBox();