Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 6, 2021
1 parent 74e3cd1 commit dfaed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/WebGLRenderTarget.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class WebGLRenderTarget extends EventDispatcher {

}

setSize ( width, height, depth = 1 ) {
setSize( width, height, depth = 1 ) {

if ( this.width !== width || this.height !== height || this.depth !== depth ) {

Expand Down

0 comments on commit dfaed95

Please sign in to comment.