Search found 1 match

by RussDragon
Thu Jun 15, 2017 1:59 pm
Forum: Support and Development
Topic: BezierCurve and renderSegment error
Replies: 0
Views: 1284

BezierCurve and renderSegment error

Hello. Few days ago I was working with a bezier curve and noticed some kind of bug. If we call renderSegment with arguments like 0.12 and 0.13, and then use a result in love.graphics.line, in some cases it will throw an error: "Need at least 2 vertices to draw a line". Firstly I thought th...