Ver Fonte

Updated builds.

Mr.doob há 7 anos atrás
pai
commit
626ae6e77a
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      build/three.js
  2. 1 1
      build/three.module.js

+ 1 - 1
build/three.js

@@ -21850,7 +21850,7 @@
 
 		}
 
-		function onSessionEnd () {
+		function onSessionEnd() {
 
 			renderer.setFramebuffer( null );
 			animation.stop();

+ 1 - 1
build/three.module.js

@@ -21844,7 +21844,7 @@ function WebXRManager( renderer ) {
 
 	}
 
-	function onSessionEnd () {
+	function onSessionEnd() {
 
 		renderer.setFramebuffer( null );
 		animation.stop();