Skip to content

Commit 415e2b0

Browse files
committed
linting
1 parent 2c35b07 commit 415e2b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/webgl-preview.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -834,14 +834,14 @@ export class WebGLPreview {
834834
this.disposables = [];
835835
this.controls.dispose();
836836
this.renderer.dispose();
837-
837+
838838
this.cancelAnimation();
839839

840840
this.devGui?.destroy();
841841
this.devGui = undefined;
842842

843-
this.stats.end();
844-
this.stats.dom?.remove();
843+
this.stats?.end();
844+
this.stats?.dom?.remove();
845845
this.stats = undefined;
846846
}
847847

0 commit comments

Comments
 (0)