Merge branch 'change-filter-length' of https://github.com/Tryibion/FlaxEngine into Tryibion-change-filter-length

This commit is contained in:
Wojtek Figat
2023-01-24 19:34:54 +01:00

View File

@@ -15,7 +15,7 @@ namespace FlaxEditor.Utilities
/// <summary>
/// The minimum text match length.
/// </summary>
public const int MinLength = 2;
public const int MinLength = 1;
/// <summary>
/// Matches the specified text with the filter.