mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-08 15:00:02 +02:00
adjust overlay position so that it shows up on new tablet fbx
This commit is contained in:
parent
85104b442f
commit
e46b40e729
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly) {
|
|||
|
||||
this.tabletEntityID = Entities.addEntity(tabletProperties, clientOnly);
|
||||
|
||||
var WEB_ENTITY_Z_OFFSET = -0.01;
|
||||
var WEB_ENTITY_Z_OFFSET = -0.0125;
|
||||
if (this.webOverlayID) {
|
||||
Overlays.deleteOverlay(this.webOverlayID);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue