mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +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
|
#endif
|
||||||
|
|
||||||
_active = true;
|
_active = true;
|
||||||
|
activateBody();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue