Kaynağa Gözat

Fix build error

Scott Ramsby 7 yıl önce
ebeveyn
işleme
90c9c886e1
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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>;