浏览代码

Refractor: Remove unnecessary parameter

Mugen87 7 年之前
父节点
当前提交
622a8060d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/objects/Refractor.js

+ 1 - 1
examples/js/objects/Refractor.js

@@ -243,7 +243,7 @@ THREE.Refractor = function ( width, height, options ) {
 
 		// update
 
-		updateRefractorPlane( camera );
+		updateRefractorPlane();
 
 		updateTextureMatrix( camera );