fix(debug): defer hand tracking startup
This commit is contained in:
@@ -103,7 +103,6 @@ export class Debug {
|
||||
|
||||
if (this.gui) {
|
||||
this.gui.open();
|
||||
this.createOrderedFolders();
|
||||
|
||||
this.gui
|
||||
.add(this.controls, "cameraMode", { Player: "player", Debug: "debug" })
|
||||
@@ -137,6 +136,8 @@ export class Debug {
|
||||
this.emit();
|
||||
});
|
||||
|
||||
this.createOrderedFolders();
|
||||
|
||||
const handTrackingFolder = this.createFolder("Hand Tracking");
|
||||
|
||||
handTrackingFolder
|
||||
|
||||
Reference in New Issue
Block a user