mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:29:42 +02:00
avoid deadlock
This commit is contained in:
parent
5612174894
commit
c3821d7202
1 changed files with 2 additions and 1 deletions
|
@ -326,6 +326,7 @@ void AvatarActionHold::deserialize(QByteArray serializedArguments) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_active = true;
|
_active = true;
|
||||||
activateBody();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
activateBody();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue