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