mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-02 10:10:45 +02:00
fix spatialKey conversion
This commit is contained in:
parent
387a8ce933
commit
c5aafd4644
1 changed files with 4 additions and 1 deletions
|
@ -286,7 +286,10 @@ void synchronizeGrabbableKey(const GrabPropertyGroup& grabProperties, QJsonObjec
|
||||||
grabProperties.grabbableChanged() ||
|
grabProperties.grabbableChanged() ||
|
||||||
grabProperties.grabFollowsControllerChanged() ||
|
grabProperties.grabFollowsControllerChanged() ||
|
||||||
grabProperties.grabKinematicChanged() ||
|
grabProperties.grabKinematicChanged() ||
|
||||||
grabProperties.equippableChanged()) {
|
grabProperties.equippableChanged() ||
|
||||||
|
grabProperties.equippableLeftPositionChanged() ||
|
||||||
|
grabProperties.equippableRightPositionChanged() ||
|
||||||
|
grabProperties.equippableRightRotationChanged()) {
|
||||||
|
|
||||||
QJsonObject grabbableKey = userData["grabbableKey"].toObject();
|
QJsonObject grabbableKey = userData["grabbableKey"].toObject();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue