2
0
Mr.doob 2 жил өмнө
parent
commit
685b682388

+ 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() {