Skip to content

Commit

Permalink
Fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanov committed Sep 28, 2023
1 parent d35bf06 commit 72df9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export class GltfPlugin extends Evented<GltfPluginEventTable> {

private initThree() {
if (this.isThreeJsInitialized) {
return false;
return;
}

this.isThreeJsInitialized = true;
Expand Down

0 comments on commit 72df9ac

Please sign in to comment.