mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:47:11 +02:00
Remove image color in edit.js
This removes the warning generated by ImageOverlay.qml for the unhandled property, color.
This commit is contained in:
parent
376c23f1a3
commit
b8e8859761
1 changed files with 0 additions and 5 deletions
|
@ -109,11 +109,6 @@ var importingSVOImageOverlay = Overlays.addOverlay("image", {
|
||||||
width: 20,
|
width: 20,
|
||||||
height: 20,
|
height: 20,
|
||||||
alpha: 1.0,
|
alpha: 1.0,
|
||||||
color: {
|
|
||||||
red: 255,
|
|
||||||
green: 255,
|
|
||||||
blue: 255
|
|
||||||
},
|
|
||||||
x: Window.innerWidth - IMPORTING_SVO_OVERLAY_WIDTH,
|
x: Window.innerWidth - IMPORTING_SVO_OVERLAY_WIDTH,
|
||||||
y: Window.innerHeight - IMPORTING_SVO_OVERLAY_HEIGHT,
|
y: Window.innerHeight - IMPORTING_SVO_OVERLAY_HEIGHT,
|
||||||
visible: false,
|
visible: false,
|
||||||
|
|
Loading…
Reference in a new issue