Browse Source

Merge pull request #16000 from Mugen87/dev27

Clean up
Michael Herzog 6 năm trước cách đây
mục cha
commit
f74563da7a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
 
 	};