sebavan 5 anni fa
parent
commit
c96b629a54
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  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()