Skip to content

Commit

Permalink
fix: return intList
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Nov 11, 2023
1 parent 2f8ccfb commit 9394994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packages/src/Runtime/Utilities/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public static void CopyTo(this Mesh self, ref Mesh dst)
ListPool<Vector3>.Return(ref vector3List);
ListPool<Vector4>.Return(ref vector4List);
ListPool<Color32>.Return(ref color32List);
ListPool<int>.Return(ref intList);
}
}

Expand Down

0 comments on commit 9394994

Please sign in to comment.