[lua] Fix in SkeletonBounds

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

View File

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