report closed ribbon fix to tube mesh
@@ -1655,7 +1655,6 @@
rotated = Vector3.TransformCoordinates(normal, rotationMatrix).scaleInPlace(rad).add(path[i]);
circlePath.push(rotated);
}
- circlePath.push(circlePath[0]);
circlePaths[index] = circlePath;
index++;