Skip to content

Commit

Permalink
Update WebGLRenderer.js
Browse files Browse the repository at this point in the history
Update deprecation comment.
  • Loading branch information
Mugen87 authored Oct 31, 2024
1 parent 12ae3a1 commit ff647a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/WebGLRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ class WebGLRenderer {

if ( srcLevel !== 0 ) {

// @deprecated, r170
// @deprecated, r171
warnOnce( 'WebGLRenderer: copyTextureToTexture function signature has changed to support src and dst mipmap levels.' );
dstLevel = srcLevel;
srcLevel = 0;
Expand Down

0 comments on commit ff647a0

Please sign in to comment.