mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
whoops -- remove last *InTreeUnits() calls
This commit is contained in:
parent
c4dafc74ad
commit
95c7bcb5f8
1 changed files with 2 additions and 2 deletions
|
@ -416,11 +416,11 @@ bool EntityTreeElement::bestFitEntityBounds(const EntityItem* entity) const {
|
|||
}
|
||||
|
||||
bool EntityTreeElement::containsBounds(const EntityItemProperties& properties) const {
|
||||
return containsBounds(properties.getMaximumAACubeInTreeUnits());
|
||||
return containsBounds(properties.getMaximumAACube());
|
||||
}
|
||||
|
||||
bool EntityTreeElement::bestFitBounds(const EntityItemProperties& properties) const {
|
||||
return bestFitBounds(properties.getMaximumAACubeInTreeUnits());
|
||||
return bestFitBounds(properties.getMaximumAACube());
|
||||
}
|
||||
|
||||
bool EntityTreeElement::containsBounds(const AACube& bounds) const {
|
||||
|
|
Loading…
Reference in a new issue