Whoops, ZeroBox is actually used

This commit is contained in:
David Vierra 2015-01-11 01:21:02 -10:00
parent 68ea8b823b
commit eab84b737d

View File

@ -542,6 +542,7 @@ class BoundingBox(SelectionBox):
def isChunkAligned(self):
return (self.origin.x & 0xf == 0) and (self.origin.z & 0xf == 0)
ZeroBox = BoundingBox((0, 0, 0), (0, 0, 0))
class FloatBox(BoundingBox):
type = float