BezierNode: logic error in initialization
This commit is contained in:
parent
532d879f72
commit
a87d9ca76f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public:
|
||||||
mLoop = aLoop;
|
mLoop = aLoop;
|
||||||
mControl = aCtrlPt;
|
mControl = aCtrlPt;
|
||||||
mPaintCode = aPaintCode;
|
mPaintCode = aPaintCode;
|
||||||
mLightCode = mLightCode;
|
mLightCode = aLightCode;
|
||||||
}
|
}
|
||||||
SGGeod mControl;
|
SGGeod mControl;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue