mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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,
|
||||
y: selectionManager.worldDimensions.z
|
||||
},
|
||||
rotation: Quat.fromPitchYawRollDegrees(0, 0, 0),
|
||||
rotation: Quat.fromPitchYawRollDegrees(90, 0, 0),
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue