Explorar o código

Texture: Removed "(Copy)" from copy(). See #10304.

Mr.doob %!s(int64=8) %!d(string=hai) anos
pai
achega
ae2e1c485c
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/textures/Texture.js

+ 1 - 2
src/textures/Texture.js

@@ -79,8 +79,7 @@ Texture.prototype = {
 
 	copy: function ( source ) {
 
-
-		this.name = source.name + " (Copy)";
+		this.name = source.name;
 
 		this.image = source.image;
 		this.mipmaps = source.mipmaps.slice( 0 );