mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
Merge pull request #7109 from zzmp/fix/edit-image-color
Remove image color in edit.js
This commit is contained in:
commit
7dbb42c339
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