Skip to content

Commit 0db6885

Browse files
committed
override the bounds when setting them
1 parent a1dce2b commit 0db6885

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle

1 file changed

+1
-0
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle/Allign.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ private CSG getSelectedCSG(String string,List<CSG> incoming) {
229229
}
230230
public Allign setBounds(List<String> boundNames) {
231231
this.boundNames=boundNames;
232+
bounds=null;
232233
return this;
233234
}
234235
public static Bounds getBounds(List<CSG> incoming, TransformNR frame, HashMap<CSG, Bounds> cache) {

0 commit comments

Comments
 (0)