mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 20:15:15 +02:00
fix compile error
This commit is contained in:
parent
49b496046b
commit
cba4a4139a
1 changed files with 1 additions and 1 deletions
|
@ -324,9 +324,9 @@ AACube MaterialEntityItem::calculateInitialQueryAACube(bool& success) {
|
|||
if (success) {
|
||||
aaCube += parentQueryAACube.getMinimumPoint();
|
||||
aaCube += parentQueryAACube.getMaximumPoint();
|
||||
return aaCube;
|
||||
}
|
||||
}
|
||||
return aaCube;
|
||||
}
|
||||
|
||||
void MaterialEntityItem::postParentFixup() {
|
||||
|
|
Loading…
Reference in a new issue