Update startTutorial to move avatar to start location

This commit is contained in:
Ryan Huffman 2016-09-02 09:34:38 -07:00
parent 0d5017b5dd
commit a89064f96f

View file

@ -791,6 +791,7 @@ function startTutorial() {
new stepTeleport("teleport"),
new stepFinish("finish"),
]
location = "/tutorial";
startNextStep();
}
@ -832,7 +833,6 @@ function stopTutorial() {
currentStep = null;
}
location = "/tutorial";
startTutorial();
var DISABLE_SPIN_MAPPING = "com.highfidelity.spin.disable";