Typo
This commit is contained in:
committed by
Wojtek Figat
parent
0688e9c6c3
commit
c496f2a9db
@@ -159,7 +159,7 @@ namespace FlaxEditor.GUI.ContextMenu
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sort all <see cref="ContextMenuButton"/> alphabetically.
|
/// Sort all <see cref="ContextMenuButton"/> alphabetically.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="force">Override <see cref="Autosort"/></param>
|
/// <param name="force">Override <see cref="AutoSort"/></param>
|
||||||
public void SortButtons(bool force = false)
|
public void SortButtons(bool force = false)
|
||||||
{
|
{
|
||||||
if (!_autosort && !force)
|
if (!_autosort && !force)
|
||||||
|
|||||||
Reference in New Issue
Block a user