Browse Source

Merge pull request #16000 from Mugen87/dev27

Clean up
Michael Herzog 6 years ago
parent
commit
f74563da7a
1 changed files with 1 additions and 1 deletions
  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 );
 
-		if ( isPresenting() ) { animation.start(); }
+		if ( isPresenting() ) animation.start();
 
 	};