瀏覽代碼

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>;