Mugen87 6 anni fa
parent
commit
793480445a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/renderers/webvr/WebVRManager.js

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

@@ -379,7 +379,7 @@ function WebVRManager( renderer ) {
 
 
 		animation.setAnimationLoop( callback );
 		animation.setAnimationLoop( callback );
 
 
-		if ( isPresenting() ) { animation.start(); }
+		if ( isPresenting() ) animation.start();
 
 
 	};
 	};