Fix typo from #3914

This commit is contained in:
Wojtek Figat
2026-03-25 17:22:38 +01:00
parent a9ac4d427f
commit 2c742bee41

View File

@@ -130,7 +130,7 @@ namespace FlaxEngine.GUI
}
/// <summary>
/// The material instance of <paramref name="Material"/> used to draw the menu.
/// The material instance of <see cref="Material"/> used to draw the menu.
/// </summary>
[HideInEditor]
public MaterialInstance MaterialInstance => _materialInstance;