mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[csharp] Minor: whitespace fixes to please format checks.
This commit is contained in:
parent
f27c4635c0
commit
18740aa2fd
@ -638,7 +638,7 @@ namespace Spine {
|
|||||||
ReadVertices(map, mesh, uvs.Length);
|
ReadVertices(map, mesh, uvs.Length);
|
||||||
mesh.triangles = GetIntArray(map, "triangles");
|
mesh.triangles = GetIntArray(map, "triangles");
|
||||||
mesh.regionUVs = uvs;
|
mesh.regionUVs = uvs;
|
||||||
|
|
||||||
if (map.ContainsKey("hull")) mesh.HullLength = GetInt(map, "hull", 0) << 1;
|
if (map.ContainsKey("hull")) mesh.HullLength = GetInt(map, "hull", 0) << 1;
|
||||||
if (map.ContainsKey("edges")) mesh.Edges = GetIntArray(map, "edges");
|
if (map.ContainsKey("edges")) mesh.Edges = GetIntArray(map, "edges");
|
||||||
mesh.UpdateSequence();
|
mesh.UpdateSequence();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user