Merge pull request #14462 from huffman/fix/key-light-angle

Swap key light directions in Create
This commit is contained in:
Shannon Romano 2018-11-30 19:28:53 -08:00 committed by GitHub
commit 3c43f44119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ const GROUPS = [
multiplier: DEGREES_TO_RADIANS,
decimals: 2,
unit: "deg",
propertyID: "keyLight.direction.x",
propertyID: "keyLight.direction.y",
showPropertyRule: { "keyLightMode": "enabled" },
},
{
@ -206,7 +206,7 @@ const GROUPS = [
multiplier: DEGREES_TO_RADIANS,
decimals: 2,
unit: "deg",
propertyID: "keyLight.direction.y",
propertyID: "keyLight.direction.x",
showPropertyRule: { "keyLightMode": "enabled" },
},
{