Skip to content

Commit 21878fc

Browse files
committed
keep the color stable
1 parent df2dfc7 commit 21878fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/eu/mihosoft/vrl/v3d/svg/SVGLoad.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ public HashMap<String, ArrayList<CSG>> extrudeLayers(double t, double resolution
715715
if(isHole) {
716716
//newbit=newbit.movez(negativeThickness?0.5:-0.5);
717717
newbit.setIsHole(true);
718-
newbit.setColor(Color.BLACK);
719718
}
720719
parts.add(newbit);
721720
} catch (Exception ex) {

0 commit comments

Comments
 (0)