Skip to content

Commit

Permalink
WebGLMultipleRenderTargets: return void in setSize (#26418)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett authored Jul 14, 2023
1 parent bc5ac6c commit 8160b0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderers/WebGLMultipleRenderTargets.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ class WebGLMultipleRenderTargets extends WebGLRenderTarget {
this.viewport.set( 0, 0, width, height );
this.scissor.set( 0, 0, width, height );

return this;

}

copy( source ) {
Expand Down

0 comments on commit 8160b0a

Please sign in to comment.