mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
change lock back to locker to remove change
This commit is contained in:
parent
19d3d80ff9
commit
9b5bfd45bc
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ QVector<AvatarManager::LocalLight> AvatarManager::getLocalLights() const {
|
|||
}
|
||||
|
||||
QVector<QUuid> AvatarManager::getAvatarIdentifiers() {
|
||||
QReadLocker lock(&_hashLock);
|
||||
QReadLocker locker(&_hashLock);
|
||||
return _avatarHash.keys().toVector();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue