瀏覽代碼

Revert "Remove an unnecessary space"

This reverts commit 99a7cb9fdff3c4968ccd4c78d00bc7f5cac5f333.
Takahiro 7 年之前
父節點
當前提交
a071924e87
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/textures/Texture.js

+ 1 - 1
src/textures/Texture.js

@@ -240,7 +240,7 @@ Texture.prototype = Object.assign( Object.create( EventDispatcher.prototype ), {
 					width: mipmap.width,
 					width: mipmap.width,
 					height: mipmap.height,
 					height: mipmap.height,
 					type: mipmap.data.constructor.name,
 					type: mipmap.data.constructor.name,
-					array: Array.prototype.slice.call( mipmap.data )
+					array:  Array.prototype.slice.call( mipmap.data )
 				} );
 				} );
 
 
 			} else {
 			} else {