mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
puff querybox if entity is in motion
This commit is contained in:
parent
e8ca455547
commit
2c8c5e214c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue