adjust overlay position so that it shows up on new tablet fbx

This commit is contained in:
Seth Alves 2017-01-13 16:14:12 -08:00
parent 85104b442f
commit e46b40e729

View file

@ -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);
}