diff options
Diffstat (limited to 'app/bin/cturnout.c')
-rw-r--r-- | app/bin/cturnout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bin/cturnout.c b/app/bin/cturnout.c index c3125ad..eace782 100644 --- a/app/bin/cturnout.c +++ b/app/bin/cturnout.c @@ -127,8 +127,8 @@ EXPORT turnoutInfo_t * CreateNewTurnout( } to->segCnt = segCnt; to->segs = (trkSeg_p)memdup( segData, (sizeof *segData) * segCnt ); + CopyPoly(to->segs,segCnt); FixUpBezierSegs(to->segs,to->segCnt); - GetSegBounds( zero, 0.0, segCnt, to->segs, &to->orig, &to->size ); to->endCnt = endPtCnt; to->endPt = (trkEndPt_t*)memdup( endPts, (sizeof *endPts) * to->endCnt ); |