mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 06:14:53 +08:00
[csharp] Minor: removed a leftover empty statement ';'.
This commit is contained in:
parent
6553038eb4
commit
e973872501
@ -109,7 +109,7 @@ namespace Spine {
|
||||
for (int ii = 0; ii < clipOutputLength; ii += 2, s += 2) {
|
||||
float x = clipOutputItems[ii], y = clipOutputItems[ii + 1];
|
||||
clippedVerticesItems[s] = x;
|
||||
clippedVerticesItems[s + 1] = y;;
|
||||
clippedVerticesItems[s + 1] = y;
|
||||
}
|
||||
|
||||
s = clippedTriangles.Count;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user