mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 10:28:57 +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.grabFollowsControllerChanged() ||
|
||||
grabProperties.grabKinematicChanged() ||
|
||||
grabProperties.equippableChanged()) {
|
||||
grabProperties.equippableChanged() ||
|
||||
grabProperties.equippableLeftPositionChanged() ||
|
||||
grabProperties.equippableRightPositionChanged() ||
|
||||
grabProperties.equippableRightRotationChanged()) {
|
||||
|
||||
QJsonObject grabbableKey = userData["grabbableKey"].toObject();
|
||||
|
||||
|
|
Loading…
Reference in a new issue