Closed PurpleGuitar closed 10 months ago
This change fixes the issue where all spline labels are drawn on the same line.
The bug was caused by the lineId being incremented in the called function parsePath() instead of in the calling function process().
parsePath()
process()
This change fixes the issue where all spline labels are drawn on the same line.
The bug was caused by the lineId being incremented in the called function
parsePath()
instead of in the calling functionprocess()
.