2
0
Эх сурвалжийг харах

Merge pull request #16000 from Mugen87/dev27

Clean up
Michael Herzog 6 жил өмнө
parent
commit
f74563da7a

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