mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 09:08:37 +02:00
Remove comment in tutorialZone
This commit is contained in:
parent
47d7e89699
commit
5eef9867b4
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ if (!Function.prototype.bind) {
|
||||||
print("TutorialZone | EXITED THE TUTORIAL AREA");
|
print("TutorialZone | EXITED THE TUTORIAL AREA");
|
||||||
if (this.token) {
|
if (this.token) {
|
||||||
print("TutorialZone | Destroying token");
|
print("TutorialZone | Destroying token");
|
||||||
//HMD.requestHideHandControllers();
|
|
||||||
this.token.destroy();
|
this.token.destroy();
|
||||||
this.token = null;
|
this.token = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue