소스 검색

Fix build error

Scott Ramsby 7 년 전
부모
커밋
90c9c886e1
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      gui/src/3D/materials/fluentMaterial.ts

+ 4 - 0
gui/src/3D/materials/fluentMaterial.ts

@@ -100,6 +100,10 @@ export class FluentMaterial extends PushMaterial {
 
     @serializeAsTexture("albedoTexture")
     private _albedoTexture: Nullable<BaseTexture>;
+
+    /**
+     * Gets or sets the albedo texture
+     */
     @expandToProperty("_markAllSubMeshesAsTexturesAndMiscDirty")
     public albedoTexture: Nullable<BaseTexture>;