Browse Source

Texture3d support - style fix

artur.trzesiok 7 years ago
parent
commit
22515f0185
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/renderers/WebGLRenderer.js

+ 1 - 0
src/renderers/WebGLRenderer.js

@@ -2357,6 +2357,7 @@ function WebGLRenderer( parameters ) {
 
 		// backwards compatibility: peel texture.texture
 		return function setTexture3D( texture, slot ) {
+
 			textures.setTexture3D( texture, slot );
 
 		};