This commit is contained in:
Sveske Juice 2024-04-20 16:52:05 +02:00
parent 48a3bef641
commit 1c8a38b126
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ public class EditableArc : MonoBehaviour
lineRenderer.SetPositions(positions);
// Set looop
Debug.Log(angle);
if (angle >= 360)
lineRenderer.loop = true;
else