瀏覽代碼

Updated builds.

Mr.doob 2 年之前
父節點
當前提交
685b682388
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      build/three.cjs
  2. 1 1
      build/three.js
  3. 1 1
      build/three.module.js

+ 1 - 1
build/three.cjs

@@ -21128,7 +21128,7 @@ class Scene extends Object3D {
 		const data = super.toJSON(meta);
 		if (this.fog !== null) data.object.fog = this.fog.toJSON();
 		return data;
-	} // Deprecated 
+	} // Deprecated
 
 
 	get autoUpdate() {

+ 1 - 1
build/three.js

@@ -21130,7 +21130,7 @@
 			const data = super.toJSON(meta);
 			if (this.fog !== null) data.object.fog = this.fog.toJSON();
 			return data;
-		} // Deprecated 
+		} // Deprecated
 
 
 		get autoUpdate() {

+ 1 - 1
build/three.module.js

@@ -28973,7 +28973,7 @@ class Scene extends Object3D {
 
 	}
 
-	// Deprecated 
+	// Deprecated
 
 	get autoUpdate() {