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;
|
||||
mControl = aCtrlPt;
|
||||
mPaintCode = aPaintCode;
|
||||
mLightCode = mLightCode;
|
||||
mLightCode = aLightCode;
|
||||
}
|
||||
SGGeod mControl;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue