PistonDevelopers / Piston-Tutorials

Tutorials for Piston
545 stars 89 forks source link

Change Logic for Section Lines #229

Closed cm16161 closed 4 years ago

cm16161 commented 4 years ago

Previously when dealing with section lines the code would just skip and handle this behaviour separately. This change results in generating the coordinates and lines to draw once and then determining which type of line to draw.

Signed-off-by: Chetan Mistry cmistry98@gmail.com

bvssvni commented 4 years ago

Merging.

bvssvni commented 4 years ago

Thanks!