소스 검색

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 );
 
 		}