call activateBody when a hold action is deserialized

This commit is contained in:
Seth Alves 2015-11-23 11:02:41 -08:00
parent 6f19093cb9
commit 5612174894

View file

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