Переглянути джерело

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

Mr.doob 7 роки тому
батько
коміт
935739beae
1 змінених файлів з 1 додано та 1 видалено
  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 ) {
 
-			tempQuaternion.fromArray ( pose.orientation );
+			tempQuaternion.fromArray( pose.orientation );
 			poseObject.quaternion.multiply( tempQuaternion );
 
 		}