mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
withReadLock([&]{
|
withWriteLock([&]{
|
||||||
if (_ignoreIK && holdingAvatar->isMyAvatar()) {
|
if (_ignoreIK && holdingAvatar->isMyAvatar()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue