mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[lua] Fix in SkeletonBounds
This commit is contained in:
parent
bcc35e1b39
commit
a2b9e03d4f
@ -79,6 +79,7 @@ function SkeletonBounds:update (skeleton, updateAabb)
|
||||
self.minY = 9999999
|
||||
self.maxX = -9999999
|
||||
self.maxY = -9999999
|
||||
end
|
||||
end
|
||||
|
||||
function SkeletonBounds:aabbCompute ()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user