Skip to content

Commit fa56ec9

Browse files
authored
fix for issue #22
#22
1 parent c3ab467 commit fa56ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/eu/mihosoft/vrl/v3d/RoundedCube.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class RoundedCube implements Primitive {
1919
*/
2020
private Vector3d dimensions;
2121
private Vector3d center;
22-
private boolean centered;
22+
private boolean centered = true;
2323

2424
private final PropertyStorage properties = new PropertyStorage();
2525

0 commit comments

Comments
 (0)