浏览代码

Updated builds.

Mr.doob 7 年之前
父节点
当前提交
626ae6e77a
共有 2 个文件被更改,包括 2 次插入2 次删除
  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();