Merge branch 'release' into feature/UIParticleSystem_use_lengthScale

release^2
Simon (Darkside) Jackson 2023-07-22 16:10:37 +01:00 committed by GitHub
commit 0dd1e6d7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ namespace UnityEngine.UI.Extensions
PopulateMesh (vh, m_points);
}
else if (m_segments != null && m_segments.Count > 0) {
if (m_segments != null && m_segments.Count > 0) {
GeneratedUVs ();
vh.Clear ();
@ -480,4 +480,4 @@ namespace UnityEngine.UI.Extensions
}
}
}
}
}