Skip to content

Commit

Permalink
Merge pull request #443 from adibacco/patch-1
Browse files Browse the repository at this point in the history
Update UILineRenderer.cs
  • Loading branch information
SimonDarksideJ authored Jul 22, 2023
2 parents d2b1098 + 34e3f82 commit 0a42433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Runtime/Scripts/Primitives/UILineRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ protected override void OnPopulateMesh(VertexHelper vh)
PopulateMesh (vh, m_points);

}
else if (m_segments != null && m_segments.Count > 0) {
if (m_segments != null && m_segments.Count > 0) {
GeneratedUVs ();
vh.Clear ();

Expand Down Expand Up @@ -480,4 +480,4 @@ protected override void OnEnable()
}
}
}
}
}

0 comments on commit 0a42433

Please sign in to comment.