Explorar o código

WebVRManager: Clean up

Mugen87 %!s(int64=7) %!d(string=hai) anos
pai
achega
1ba26ff490
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );
 
 		}