Explorar o código

Merge pull request #16000 from Mugen87/dev27

Clean up
Michael Herzog %!s(int64=6) %!d(string=hai) anos
pai
achega
f74563da7a
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

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

粤ICP备19079148号