mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +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
|
||||
|
||||
_active = true;
|
||||
activateBody();
|
||||
});
|
||||
|
||||
activateBody();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue