فهرست منبع

linting update

Rawr 5 سال پیش
والد
کامیت
e098de529e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();

粤ICP备19079148号