浏览代码

Mirror: Removed unused boolean.

Mr.doob 7 年之前
父节点
当前提交
d097027e28
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/js/Mirror.js

+ 0 - 1
examples/js/Mirror.js

@@ -9,7 +9,6 @@ THREE.Mirror = function ( width, height, options ) {
 	var scope = this;
 	var scope = this;
 
 
 	scope.name = 'mirror_' + scope.id;
 	scope.name = 'mirror_' + scope.id;
-	scope.matrixNeedsUpdate = true;
 
 
 	options = options || {};
 	options = options || {};