Skip to content

Commit d14554a

Browse files
author
aardgoose
committed
missed ;
1 parent 0e45d4e commit d14554a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/jsm/renderers/webgl/WebGLBackend.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,10 +962,10 @@ class WebGLBackend extends Backend {
962962

963963
if ( renderContext.textures !== null ) {
964964

965-
const renderTarget = renderContext.renderTarget
965+
const renderTarget = renderContext.renderTarget;
966966
const renderContextData = this.get( renderTarget );
967967
const cubeFace = this.renderer._activeCubeFace;
968-
const isCube = renderTarget.isWebGLCubeRenderTarget === true
968+
const isCube = renderTarget.isWebGLCubeRenderTarget === true;
969969

970970
let fb;
971971

0 commit comments

Comments
 (0)