mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 16:48:43 +08:00
Fixed SkeletonBounds for spine-c.
This commit is contained in:
parent
f738d7e506
commit
c4bab94483
@ -123,8 +123,8 @@ void spSkeletonBounds_update (spSkeletonBounds* self, spSkeleton* skeleton, int/
|
||||
}
|
||||
|
||||
self->minX = (float)INT_MAX;
|
||||
self->minY = (float)INT_MIN;
|
||||
self->maxX = (float)INT_MAX;
|
||||
self->minY = (float)INT_MAX;
|
||||
self->maxX = (float)INT_MIN;
|
||||
self->maxY = (float)INT_MIN;
|
||||
|
||||
self->count = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user