fix(debug): defer hand tracking startup

This commit is contained in:
Tom Boullay
2026-05-25 01:19:14 +02:00
parent 4c42e11268
commit d0497ec42c
4 changed files with 53 additions and 13 deletions
+2 -1
View File
@@ -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