Skip to content

Commit

Permalink
fix: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Apr 5, 2024
1 parent dc81428 commit c37c014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Packages/src/Runtime/UIParticleRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ public void UpdateMesh(Camera bakeCamera)
// Too many vertices to render.
if (65535 <= s_CombineInstances[0].mesh.vertexCount)
{
s_CombineInstances[0].mesh.Clear(false);
Debug.LogErrorFormat(this,
"Too many vertices to render. index={0}, isTrail={1}, vertexCount={2}(>=65535)",
_index,
Expand Down

0 comments on commit c37c014

Please sign in to comment.