[csharp] Minor: whitespace fixes to please format checks.

This commit is contained in:
Harald Csaszar 2026-03-10 16:53:25 +01:00
parent f27c4635c0
commit 18740aa2fd

View File

@ -638,7 +638,7 @@ namespace Spine {
ReadVertices(map, mesh, uvs.Length);
mesh.triangles = GetIntArray(map, "triangles");
mesh.regionUVs = uvs;
if (map.ContainsKey("hull")) mesh.HullLength = GetInt(map, "hull", 0) << 1;
if (map.ContainsKey("edges")) mesh.Edges = GetIntArray(map, "edges");
mesh.UpdateSequence();