Skip to content

Commit 15fc48d

Browse files
committed
update api
1 parent 9b84f7f commit 15fc48d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/BowlerStudioController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ public static void setSelectedAffine(Affine af) {
483483
public static void addCsg(CSG toadd, File source) {
484484
BowlerStudio.runLater(() -> {
485485
if (toadd != null)
486-
CreatureLab3dController.getEngine().addObject(toadd, source);
486+
CreatureLab3dController.getEngine().addObject(toadd, source, toadd.getColor().getOpacity(),CSGDatabase.getInstance());
487487

488488
});
489489
}

0 commit comments

Comments
 (0)