Skip to content

Commit 278ed6d

Browse files
committed
Update FontIconSetInspector.cs
1 parent e16775f commit 278ed6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.mixedrealitytoolkit.uxcore/Editor/Inspectors/FontIconSet/FontIconSetInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public override void OnInspectorGUI()
327327
/// </summary>
328328
/// <param name="fontIconSet">The set of font glyphs to draw.</param>
329329
/// <param name="maxButtonsPerColumn">The number of buttons per column.</param>
330-
[Obsolete("This method has been removed.")]
330+
[Obsolete("This method has been deprecated in version 4.0 and will be removed in a future version.")]
331331
public void DrawFontGlyphsGrid(FontIconSet fontIconSet, int maxButtonsPerColumn)
332332
{
333333
DrawFontGlyphsGrid(fontIconSet.IconFontAsset, fontIconSet, maxButtonsPerColumn);

0 commit comments

Comments
 (0)