Browse Source

WebGLUniforms: Fixed typo.

Mr.doob 6 years ago
parent
commit
d92e93d8cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webgl/WebGLUniforms.js

+ 1 - 1
src/renderers/webgl/WebGLUniforms.js

@@ -55,7 +55,7 @@ import { DataTexture2DArray } from '../../textures/DataTexture2DArray.js';
 import { DataTexture3D } from '../../textures/DataTexture3D.js';
 
 var emptyTexture = new Texture();
-var emptyTexture2darray = new DataTexture2DArray();
+var emptyTexture2dArray = new DataTexture2DArray();
 var emptyTexture3d = new DataTexture3D();
 var emptyCubeTexture = new CubeTexture();