Browse Source

Merge branch 'dev' of https://github.com/mrdoob/three.js into dev

Mr.doob 7 years ago
parent
commit
935739beae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webvr/WebVRManager.js

+ 1 - 1
src/renderers/webvr/WebVRManager.js

@@ -130,7 +130,7 @@ function WebVRManager( renderer ) {
 
 
 		if ( pose.orientation !== null ) {
 		if ( pose.orientation !== null ) {
 
 
-			tempQuaternion.fromArray ( pose.orientation );
+			tempQuaternion.fromArray( pose.orientation );
 			poseObject.quaternion.multiply( tempQuaternion );
 			poseObject.quaternion.multiply( tempQuaternion );
 
 
 		}
 		}