Skip to content

Commit

Permalink
keep the color stable
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Dec 28, 2024
1 parent df2dfc7 commit 21878fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/eu/mihosoft/vrl/v3d/svg/SVGLoad.java
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ public HashMap<String, ArrayList<CSG>> extrudeLayers(double t, double resolution
if(isHole) {
//newbit=newbit.movez(negativeThickness?0.5:-0.5);
newbit.setIsHole(true);
newbit.setColor(Color.BLACK);
}
parts.add(newbit);
} catch (Exception ex) {
Expand Down

0 comments on commit 21878fc

Please sign in to comment.