Skip to content

Commit

Permalink
Update RenderMaterial.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
clairekuang committed Jul 24, 2024
1 parent da2a1de commit 7854126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Speckle.Objects/Other/RenderMaterial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ public RenderMaterialProxy(RenderMaterial renderMaterial, List<string> objects)
/// <summary>
/// The render material used by <see cref="objects"/>
/// </summary>
[DetachProperty]
public RenderMaterial value { get; set; }
}

0 comments on commit 7854126

Please sign in to comment.