Merge remote-tracking branch 'origin/master' into linux-editor
# Conflicts: # Source/Engine/Core/Math/Color.cs # Source/Engine/Navigation/Navigation.cpp # Source/Engine/Platform/Win32/Win32Platform.cpp
This commit is contained in:
@@ -199,8 +199,7 @@ namespace FlaxEditor.Windows
|
||||
{
|
||||
var text = actorType.Name;
|
||||
|
||||
QueryFilterHelper.Range[] ranges;
|
||||
if (!QueryFilterHelper.Match(filterText, text, out ranges))
|
||||
if (!QueryFilterHelper.Match(filterText, text, out QueryFilterHelper.Range[] ranges))
|
||||
continue;
|
||||
|
||||
var item = _groupSearch.AddChild(CreateActorItem(CustomEditors.CustomEditorsUtil.GetPropertyNameUI(text), actorType));
|
||||
|
||||
Reference in New Issue
Block a user