fix some typos

This commit is contained in:
xxSeys1
2025-03-11 21:18:23 +01:00
parent 2af6bdc283
commit 862c2db11a
2 changed files with 5 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ namespace FlaxEditor.SceneGraph.GUI
/// <param name="filterText">The filter text.</param>
public void UpdateFilter(string filterText)
{
// SKip hidden actors
// Skip hidden actors
var actor = Actor;
if (actor != null && (actor.HideFlags & HideFlags.HideInHierarchy) != 0)
return;