Mugen87 6 лет назад
Родитель
Сommit
793480445a
1 измененных файлов с 1 добавлено и 1 удалено
  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();
 
 	};