浏览代码

Merge pull request #7472 from yrns/lightshadow-copy-this

return this on copy
Mr.doob 10 年之前
父节点
当前提交
1b369f2147
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 );
 
+		return this;
+
 	},
 
 	clone: function () {