fix compile error

This commit is contained in:
Sam Gondelman 2018-10-16 18:25:17 -07:00 committed by GitHub
parent 49b496046b
commit cba4a4139a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -324,9 +324,9 @@ AACube MaterialEntityItem::calculateInitialQueryAACube(bool& success) {
if (success) {
aaCube += parentQueryAACube.getMinimumPoint();
aaCube += parentQueryAACube.getMaximumPoint();
return aaCube;
}
}
return aaCube;
}
void MaterialEntityItem::postParentFixup() {