Browse Source

return this on copy

Al McElrath 9 years ago
parent
commit
991b8fa7c3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lights/LightShadow.js

+ 2 - 0
src/lights/LightShadow.js

@@ -29,6 +29,8 @@ THREE.LightShadow.prototype = {
 
 
 		this.mapSize.copy( source.mapSize );
 		this.mapSize.copy( source.mapSize );
 
 
+		return this;
+
 	},
 	},
 
 
 	clone: function () {
 	clone: function () {