ah yes. maximum.
This commit is contained in:
parent
1e0a5eb63a
commit
f734ef992f
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ class OpCircleBounds(val max: Boolean) : ConstManaOperator {
|
|||
|
||||
return Operator.spellListOf(
|
||||
if (max)
|
||||
Vec3(aabb.minX, aabb.minY, aabb.minZ)
|
||||
else
|
||||
Vec3(aabb.maxX, aabb.maxY, aabb.maxZ)
|
||||
else
|
||||
Vec3(aabb.minX, aabb.minY, aabb.minZ)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue