[lua] Fix in SkeletonBounds

This commit is contained in:
badlogic 2016-11-01 14:49:00 +01:00
parent bcc35e1b39
commit a2b9e03d4f

View File

@ -79,6 +79,7 @@ function SkeletonBounds:update (skeleton, updateAabb)
self.minY = 9999999
self.maxX = -9999999
self.maxY = -9999999
end
end
function SkeletonBounds:aabbCompute ()