mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 01:09:27 +02:00
Merge pull request #14295 from SamGondelman/shape
Fix shape not getting marked changed
This commit is contained in:
commit
2dc761a57a
1 changed files with 2 additions and 0 deletions
|
@ -3207,6 +3207,8 @@ void EntityItemProperties::markAllChanged() {
|
||||||
|
|
||||||
_queryAACubeChanged = true;
|
_queryAACubeChanged = true;
|
||||||
|
|
||||||
|
_shapeChanged = true;
|
||||||
|
|
||||||
_flyingAllowedChanged = true;
|
_flyingAllowedChanged = true;
|
||||||
_ghostingAllowedChanged = true;
|
_ghostingAllowedChanged = true;
|
||||||
_filterURLChanged = true;
|
_filterURLChanged = true;
|
||||||
|
|
Loading…
Reference in a new issue