mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
call activateBody when a hold action is deserialized
This commit is contained in:
parent
6f19093cb9
commit
5612174894
1 changed files with 1 additions and 0 deletions
|
@ -326,5 +326,6 @@ void AvatarActionHold::deserialize(QByteArray serializedArguments) {
|
|||
#endif
|
||||
|
||||
_active = true;
|
||||
activateBody();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue