mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
forgot proper initial value of flag after changing whitelist to be actual
list
This commit is contained in:
parent
87f3ce7699
commit
b3091de536
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ private:
|
|||
|
||||
uint64_t _identityChangeTimestamp;
|
||||
bool _avatarSessionDisplayNameMustChange{ true };
|
||||
bool _avatarSkeletonModelUrlMustChange{ true };
|
||||
bool _avatarSkeletonModelUrlMustChange{ false };
|
||||
|
||||
int _numAvatarsSentLastFrame = 0;
|
||||
int _numFramesSinceAdjustment = 0;
|
||||
|
|
Loading…
Reference in a new issue