Преглед изворни кода

Merge branch 'master' into dev

Mr.doob пре 9 година
родитељ
комит
f867f71048
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 ) {