mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-11 17:48:45 +08:00
Fix SkeletonBounds::getPolygon() for latest Clang on macOS.
This commit is contained in:
parent
2d9bdb0ec3
commit
41a9790270
@ -190,7 +190,7 @@ BoundingBoxAttachment *SkeletonBounds::getBoundingBox(Polygon *polygon) {
|
||||
return index == -1 ? NULL : _boundingBoxes[index];
|
||||
}
|
||||
|
||||
Vector<Polygon *> &SkeletonBounds::getPolygons() {
|
||||
Vector<spine::Polygon *> &SkeletonBounds::getPolygons() {
|
||||
return _polygons;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user