Skip to content

Commit

Permalink
Fix: wrong member name WebGLCubeUVMaps.onTextureDispose (#22386)
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel authored Aug 21, 2021
1 parent 0aa81b5 commit 4cc5598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/webgl/WebGLCubeUVMaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function WebGLCubeUVMaps( renderer ) {

if ( cubemapUV !== undefined ) {

cubemapUV.delete( texture );
cubeUVmaps.delete( texture );
cubemapUV.dispose();

}
Expand Down

0 comments on commit 4cc5598

Please sign in to comment.