This commit is contained in:
Sasha Szpakowski
2023-01-14 12:17:57 -04:00
parent 1080507c7d
commit a71cfdcb50
+2 -1
View File
@@ -242,7 +242,8 @@ void BevelJoinPolyline::renderEdge(std::vector<Vector2> &anchors, std::vector<Ve
normals.push_back(newSegmentNormal);
normals.push_back(-newSegmentNormal);
segment = newSegment;
newSegmentLength = newSegmentLength;
segmentLength = newSegmentLength;
segmentNormal = newSegmentNormal;
return; // early out
}