sebavan 5 tahun lalu
induk
melakukan
c96b629a54
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      src/Materials/Textures/Procedurals/proceduralTexture.ts

+ 1 - 3
src/Materials/Textures/Procedurals/proceduralTexture.ts

@@ -57,9 +57,7 @@ export class ProceduralTexture extends Texture {
     /** @hidden */
     public _textures: { [key: string]: Texture } = {};
 
-    /**
-     * @hidden
-     */
+    /** @hidden */
     protected _fallbackTexture: Nullable<Texture>;
 
     @serialize()