Skip to content

Commit

Permalink
disabled inspector for AvatarEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
AdLer-Lukas committed Jan 22, 2025
1 parent 58c3708 commit 22b8b9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ export default class AvatarEditorPreviewSceneDefinition extends AbstractSceneDef
shadowGenerator.blurScale = 10;
shadowGenerator.darkness = 0.6;

this.scene.debugLayer.show();
// this.scene.debugLayer.show();
}
}

0 comments on commit 22b8b9c

Please sign in to comment.