浏览代码

Fix variable typo. (I think.) (#8706)

Scott Garner 9 年之前
父节点
当前提交
a9c64beaf3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/effects/VREffect.js

+ 1 - 1
examples/js/effects/VREffect.js

@@ -68,7 +68,7 @@ THREE.VREffect = function ( renderer, onError ) {
 
 	this.setSize = function ( width, height ) {
 
-		renderSize = { width: width, height: height };
+		rendererSize = { width: width, height: height };
 
 		if ( isPresenting ) {