1
0
Эх сурвалжийг харах

Merge branch 'master' into dev

Mr.doob 10 жил өмнө
parent
commit
f867f71048

+ 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 ) {
 

粤ICP备19079148号