mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
Add _avatarPriorityChanged to EntityItemProperties::markAllChanged()
This commit is contained in:
parent
e5091e7f59
commit
d6f755955d
1 changed files with 1 additions and 0 deletions
|
@ -4022,6 +4022,7 @@ void EntityItemProperties::markAllChanged() {
|
|||
_bloom.markAllChanged();
|
||||
_flyingAllowedChanged = true;
|
||||
_ghostingAllowedChanged = true;
|
||||
_avatarPriorityChanged = true;
|
||||
_filterURLChanged = true;
|
||||
_keyLightModeChanged = true;
|
||||
_ambientLightModeChanged = true;
|
||||
|
|
Loading…
Reference in a new issue