Update light overlay size

This commit is contained in:
Ryan Huffman 2015-03-12 15:55:31 -07:00
parent ebf70f818a
commit 165199c69d

View file

@ -87,6 +87,7 @@ LightOverlayManager = function() {
rotation: Quat.fromPitchYawRollDegrees(0, 0, 270),
visible: visible,
alpha: 0.9,
scale: 0.5,
color: { red: 255, green: 255, blue: 255 }
});
}