Whoops, ZeroBox is actually used
This commit is contained in:
parent
68ea8b823b
commit
eab84b737d
@ -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
|
||||
|
Reference in New Issue
Block a user