Mateo Ruprechter
Results
1
comments of
Mateo Ruprechter
Hey, I had the same problem and I fixed it by writing this: `if (lines.Count == 0) return;` at the start of the following functions: `void DrawLines(List lines, Color color)`...