mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 11:58:37 +02:00
Merge pull request #4230 from huffman/fix-select-shadow
Fix rotation of selection shadow for editEntities
This commit is contained in:
commit
8b1a226d8e
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