mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Update startTutorial to move avatar to start location
This commit is contained in:
parent
0d5017b5dd
commit
a89064f96f
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue