mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 01:57:57 +02:00
Ensure avatar identity packet at mixer.
This commit is contained in:
parent
bb3f9e9033
commit
0f0ad11344
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ private:
|
|||
std::unordered_map<QUuid, QVector<JointData>> _lastOtherAvatarSentJoints;
|
||||
|
||||
uint64_t _identityChangeTimestamp;
|
||||
bool _avatarSessionDisplayNameMustChange{ false };
|
||||
bool _avatarSessionDisplayNameMustChange{ true };
|
||||
|
||||
int _numAvatarsSentLastFrame = 0;
|
||||
int _numFramesSinceAdjustment = 0;
|
||||
|
|
Loading…
Reference in a new issue