mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:42:55 +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;
|
ok = true;
|
||||||
auto myAvatar = DependencyManager::get<AvatarManager>()->getMyAvatar();
|
auto myAvatar = DependencyManager::get<AvatarManager>()->getMyAvatar();
|
||||||
auto holderID = myAvatar->getSessionUUID();
|
auto holderID = myAvatar->getSessionUUID();
|
||||||
QString holderIDString =
|
// QString holderIDString =
|
||||||
EntityActionInterface::extractStringArgument("hold", arguments, "hand", ok, false);
|
// EntityActionInterface::extractStringArgument("hold", arguments, "hand", ok, false);
|
||||||
if (ok) {
|
// if (ok) {
|
||||||
holderID = QUuid(holderIDString);
|
// holderID = QUuid(holderIDString);
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (relativePosition != _relativePosition
|
if (relativePosition != _relativePosition
|
||||||
|| relativeRotation != _relativeRotation
|
|| relativeRotation != _relativeRotation
|
||||||
|
|
Loading…
Reference in a new issue