Merge branch 'Tryibion-remove-debug'

This commit is contained in:
Wojtek Figat
2023-07-06 16:41:29 +02:00

View File

@@ -390,7 +390,6 @@ namespace FlaxEditor.CustomEditors.Editors
if (addTagDropPanel.IsClosed) if (addTagDropPanel.IsClosed)
{ {
Debug.Log("Hit");
nameTextBox.BorderColor = Color.Transparent; nameTextBox.BorderColor = Color.Transparent;
nameTextBox.BorderSelectedColor = FlaxEngine.GUI.Style.Current.BackgroundSelected; nameTextBox.BorderSelectedColor = FlaxEngine.GUI.Style.Current.BackgroundSelected;
return; return;