sebavan 5 years ago
parent
commit
c96b629a54
1 changed files with 1 additions and 3 deletions
  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 */
     /** @hidden */
     public _textures: { [key: string]: Texture } = {};
     public _textures: { [key: string]: Texture } = {};
 
 
-    /**
-     * @hidden
-     */
+    /** @hidden */
     protected _fallbackTexture: Nullable<Texture>;
     protected _fallbackTexture: Nullable<Texture>;
 
 
     @serialize()
     @serialize()