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