Add _avatarPriorityChanged to EntityItemProperties::markAllChanged()

This commit is contained in:
Simon Walton 2019-02-25 16:24:12 -08:00
parent e5091e7f59
commit d6f755955d

View file

@ -4022,6 +4022,7 @@ void EntityItemProperties::markAllChanged() {
_bloom.markAllChanged();
_flyingAllowedChanged = true;
_ghostingAllowedChanged = true;
_avatarPriorityChanged = true;
_filterURLChanged = true;
_keyLightModeChanged = true;
_ambientLightModeChanged = true;