Remove image color in edit.js

This removes the warning generated by ImageOverlay.qml
for the unhandled property, color.
This commit is contained in:
Zach Pomerantz 2016-02-15 11:51:07 -08:00
parent 376c23f1a3
commit b8e8859761

View file

@ -109,11 +109,6 @@ var importingSVOImageOverlay = Overlays.addOverlay("image", {
width: 20,
height: 20,
alpha: 1.0,
color: {
red: 255,
green: 255,
blue: 255
},
x: Window.innerWidth - IMPORTING_SVO_OVERLAY_WIDTH,
y: Window.innerHeight - IMPORTING_SVO_OVERLAY_HEIGHT,
visible: false,