mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +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,
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue