Skip to content

Commit

Permalink
Merge branch 'development' of [email protected]:NeuronRobotics/JCSG.git
Browse files Browse the repository at this point in the history
into development
  • Loading branch information
Kevin Harrington committed Dec 8, 2024
1 parent f0ef3c7 commit f52b6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/eu/mihosoft/vrl/v3d/CSG.java
Original file line number Diff line number Diff line change
Expand Up @@ -3154,6 +3154,7 @@ public boolean isHole() {

public CSG syncProperties(CSG dying) {
getStorage().syncProperties(dying.getStorage());
regenerate=dying.regenerate;
return this;
}

Expand Down

0 comments on commit f52b6c3

Please sign in to comment.