puff querybox if entity is in motion

This commit is contained in:
Seth Alves 2017-10-13 16:10:58 -07:00
parent e8ca455547
commit 2c8c5e214c

View file

@ -1557,7 +1557,7 @@ AACube EntityItem::getQueryAACube(bool& success) const {
}
bool EntityItem::shouldPuffQueryAACube() const {
return hasActions() || isChildOfMyAvatar();
return hasActions() || isChildOfMyAvatar() || isMovingRelativeToParent();
}
// NOTE: This should only be used in cases of old bitstreams which only contain radius data