mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
fixed typo in SkeletonBounds
This commit is contained in:
parent
de4fc8b483
commit
08695c07a3
@ -58,7 +58,7 @@ namespace Spine {
|
||||
|
||||
boundingBoxes.Clear();
|
||||
for (int i = 0, n = polygons.Count; i < n; i++)
|
||||
polygonPool.Add(polygons.Items[n]);
|
||||
polygonPool.Add(polygons.Items[i]);
|
||||
polygons.Clear();
|
||||
|
||||
for (int i = 0; i < slotCount; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user