mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:25:31 +02:00
update AvatarEntitData blobs before writing to JSON during recordings
This commit is contained in:
parent
c998ddbb9e
commit
27318a3f17
1 changed files with 1 additions and 0 deletions
|
@ -1814,6 +1814,7 @@ void MyAvatar::updateAvatarEntity(const QUuid& entityID, const QByteArray& entit
|
|||
}
|
||||
|
||||
void MyAvatar::avatarEntityDataToJson(QJsonObject& root) const {
|
||||
updateStaleAvatarEntityBlobs();
|
||||
_avatarEntitiesLock.withReadLock([&] {
|
||||
if (!_cachedAvatarEntityBlobs.empty()) {
|
||||
QJsonArray avatarEntityJson;
|
||||
|
|
Loading…
Reference in a new issue