Fix teleport not removing overlay on teleport

This commit is contained in:
Ryan Huffman 2016-10-04 11:56:36 -07:00
parent 2ef7c9a57a
commit 1e6aba1928

View file

@ -512,6 +512,9 @@ function Teleporter() {
// Disable smooth arrival, possibly temporarily
//this.smoothArrival();
MyAvatar.position = _this.intersection.intersection;
_this.deleteTargetOverlay();
_this.deleteCancelOverlay();
HMD.centerUI();
}
};