mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 06:29:02 +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);
|
||||
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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user