avoid deadlock

This commit is contained in:
Seth Alves 2015-11-23 11:24:56 -08:00
parent 5612174894
commit c3821d7202

View file

@ -326,6 +326,7 @@ void AvatarActionHold::deserialize(QByteArray serializedArguments) {
#endif
_active = true;
activateBody();
});
activateBody();
}