Browse Source

linting update

Rawr 5 years ago
parent
commit
e098de529e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/textures/Texture.js

+ 1 - 1
src/textures/Texture.js

@@ -22,7 +22,7 @@ class Texture extends EventDispatcher {
 	constructor( image, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding ) {
 
 		super();
-		
+
 		Object.defineProperty( this, 'id', { value: textureId ++ } );
 
 		this.uuid = MathUtils.generateUUID();