include setVelocity in returned arguments

This commit is contained in:
Seth Alves 2015-10-06 09:24:18 -07:00
parent 18b5b994b4
commit 5abaf38efd

View file

@ -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;