Explorar o código

Revert "Remove an unnecessary space"

This reverts commit 99a7cb9fdff3c4968ccd4c78d00bc7f5cac5f333.
Takahiro %!s(int64=7) %!d(string=hai) anos
pai
achega
a071924e87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
 					height: mipmap.height,
 					type: mipmap.data.constructor.name,
-					array: Array.prototype.slice.call( mipmap.data )
+					array:  Array.prototype.slice.call( mipmap.data )
 				} );
 
 			} else {