GoKit icon indicating copy to clipboard operation
GoKit copied to clipboard

GoDummyPathEditor "Shift Path to Start at Origin" seems to be incorrect

Open mulova opened this issue 12 years ago • 0 comments

GoDummyPathEditor:128

if( path.splineType != GoSplineType.CatmullRom )

instead of

if( path.splineType == GoSplineType.StraightLine )

mulova avatar Dec 20 '13 07:12 mulova