Browse Source

Mirror: Removed unused boolean.

Mr.doob 8 năm trước cách đây
mục cha
commit
d097027e28
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 
 	scope.name = 'mirror_' + scope.id;
-	scope.matrixNeedsUpdate = true;
 
 	options = options || {};