diff --git a/scripts/system/controllers/teleport.js b/scripts/system/controllers/teleport.js index 2abc6fe057..6d13b41d4f 100644 --- a/scripts/system/controllers/teleport.js +++ b/scripts/system/controllers/teleport.js @@ -512,6 +512,9 @@ function Teleporter() { // Disable smooth arrival, possibly temporarily //this.smoothArrival(); MyAvatar.position = _this.intersection.intersection; + _this.deleteTargetOverlay(); + _this.deleteCancelOverlay(); + HMD.centerUI(); } };