mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +02:00
fix lock type
This commit is contained in:
parent
ea202c5271
commit
5f9bdcb2aa
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void AvatarActionHold::prepareForPhysicsSimulation() {
|
|||
return;
|
||||
}
|
||||
|
||||
withReadLock([&]{
|
||||
withWriteLock([&]{
|
||||
if (_ignoreIK && holdingAvatar->isMyAvatar()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue