Skip to content

Commit cbdad2a

Browse files
committed
fix cloning box not copying parent box type
1 parent 84a323f commit cbdad2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/firemerald/mcms/model/ComponentBox.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public ComponentBox(IComponentParent parent, ComponentBox from)
7171
this.enableEast = from.enableEast;
7272
this.enableSouth = from.enableSouth;
7373
this.enableWest = from.enableWest;
74+
this.type = from.type;
7475
setVerts();
7576
setTexs();
7677
setNorms();

0 commit comments

Comments
 (0)