mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
ignore intersection for 'close' button highlight overlay
This commit is contained in:
parent
24a12a2f8f
commit
6409580b03
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly, location, visible) {
|
|||
solid: true,
|
||||
outerRadius: 25 * tabletScaleFactor,
|
||||
innerRadius: 17 * tabletScaleFactor,
|
||||
ignoreIntersection: true,
|
||||
alpha: 1.0,
|
||||
color: { red: 255, green: 255, blue: 255 },
|
||||
visible: visible,
|
||||
|
|
Loading…
Reference in a new issue