Fix rotation of selection shadow for editEntities

This commit is contained in:
Ryan Huffman 2015-02-04 13:45:06 -08:00
parent 83d397ed98
commit 0e28f66906

View file

@ -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),
});