mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Temporary fix for recordings not playing back properly
This commit is contained in:
parent
f6c1fa4213
commit
017f5f5781
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{ true };
|
||||
bool _avatarSessionDisplayNameMustChange{ false };
|
||||
|
||||
int _numAvatarsSentLastFrame = 0;
|
||||
int _numFramesSinceAdjustment = 0;
|
||||
|
|
Loading…
Reference in a new issue