mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
tweak
This commit is contained in:
parent
257e3845de
commit
4fa85441b8
1 changed files with 5 additions and 5 deletions
|
@ -110,11 +110,11 @@ bool AvatarActionHold::updateArguments(QVariantMap arguments) {
|
|||
ok = true;
|
||||
auto myAvatar = DependencyManager::get<AvatarManager>()->getMyAvatar();
|
||||
auto holderID = myAvatar->getSessionUUID();
|
||||
QString holderIDString =
|
||||
EntityActionInterface::extractStringArgument("hold", arguments, "hand", ok, false);
|
||||
if (ok) {
|
||||
holderID = QUuid(holderIDString);
|
||||
}
|
||||
// QString holderIDString =
|
||||
// EntityActionInterface::extractStringArgument("hold", arguments, "hand", ok, false);
|
||||
// if (ok) {
|
||||
// holderID = QUuid(holderIDString);
|
||||
// }
|
||||
|
||||
if (relativePosition != _relativePosition
|
||||
|| relativeRotation != _relativeRotation
|
||||
|
|
Loading…
Reference in a new issue