Quellcode durchsuchen

Fix build error

Scott Ramsby vor 7 Jahren
Ursprung
Commit
90c9c886e1
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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>;