trackeditor: copy side banking type

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8267 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 44fdc919eb84667770b29c03227a30b02198323a
Former-commit-id: a2faa299a2dd299659984f607066f05f48a9957e
This commit is contained in:
iobyte 2022-06-26 16:26:23 +00:00
parent fc21392f8e
commit 02e02d373a

View file

@ -857,6 +857,7 @@ public class SegmentSide implements Cloneable
s.borderStyle = this.borderStyle;
s.borderSurface = this.borderSurface;
s.borderWidth = this.borderWidth;
s.sideBankingType = this.sideBankingType;
s.sideEndWidth = this.sideEndWidth;
s.sideStartWidth = this.sideStartWidth;
s.sideSurface = this.sideSurface;