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