mirror of
https://github.com/overte-org/overte.git
synced 2025-07-25 10:36:58 +02:00
include setVelocity in returned arguments
This commit is contained in:
parent
18b5b994b4
commit
5abaf38efd
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ QVariantMap AvatarActionKinematicHold::getArguments() {
|
|||
|
||||
arguments["relativePosition"] = glmToQMap(_relativePosition);
|
||||
arguments["relativeRotation"] = glmToQMap(_relativeRotation);
|
||||
arguments["setVelocity"] = glmToQMap((quint8)_setVelocity);
|
||||
arguments["setVelocity"] = _setVelocity;
|
||||
arguments["hand"] = _hand;
|
||||
});
|
||||
return arguments;
|
||||
|
|
Loading…
Reference in a new issue