mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +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();
|
_bloom.markAllChanged();
|
||||||
_flyingAllowedChanged = true;
|
_flyingAllowedChanged = true;
|
||||||
_ghostingAllowedChanged = true;
|
_ghostingAllowedChanged = true;
|
||||||
|
_avatarPriorityChanged = true;
|
||||||
_filterURLChanged = true;
|
_filterURLChanged = true;
|
||||||
_keyLightModeChanged = true;
|
_keyLightModeChanged = true;
|
||||||
_ambientLightModeChanged = true;
|
_ambientLightModeChanged = true;
|
||||||
|
|
Loading…
Reference in a new issue