mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:13:11 +02:00
Fix rotation of selection shadow for editEntities
This commit is contained in:
parent
83d397ed98
commit
0e28f66906
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ SelectionDisplay = (function () {
|
||||||
x: selectionManager.worldDimensions.x,
|
x: selectionManager.worldDimensions.x,
|
||||||
y: selectionManager.worldDimensions.z
|
y: selectionManager.worldDimensions.z
|
||||||
},
|
},
|
||||||
rotation: Quat.fromPitchYawRollDegrees(0, 0, 0),
|
rotation: Quat.fromPitchYawRollDegrees(90, 0, 0),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue