sebavan 5 年之前
父节点
当前提交
c96b629a54
共有 1 个文件被更改,包括 1 次插入3 次删除
  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()