@@ -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 );