amend
This commit is contained in:
parent
48a3bef641
commit
1c8a38b126
|
@ -102,7 +102,6 @@ public class EditableArc : MonoBehaviour
|
|||
lineRenderer.SetPositions(positions);
|
||||
|
||||
// Set looop
|
||||
Debug.Log(angle);
|
||||
if (angle >= 360)
|
||||
lineRenderer.loop = true;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue