1
0
Fork 0

BezierNode: logic error in initialization

This commit is contained in:
Scott Giese 2020-08-29 11:03:31 -05:00
parent 532d879f72
commit a87d9ca76f

View file

@ -61,7 +61,7 @@ public:
mLoop = aLoop;
mControl = aCtrlPt;
mPaintCode = aPaintCode;
mLightCode = mLightCode;
mLightCode = aLightCode;
}
SGGeod mControl;
};