Merge pull request #4230 from huffman/fix-select-shadow

Fix rotation of selection shadow for editEntities
This commit is contained in:
Brad Hefta-Gaub 2015-02-04 14:03:19 -08:00
commit 8b1a226d8e

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