Minor code adjustments

#810
This commit is contained in:
Wojtek Figat
2022-11-21 18:55:33 +01:00
parent af244718be
commit 5a6f6d97a7
4 changed files with 52 additions and 40 deletions

View File

@@ -57,7 +57,7 @@ namespace FlaxEditor.Modules.SourceCodeEditing
_list.Clear();
_hasValidData = true;
Editor.Log("Searching for valid " + _type);
Editor.Log("Searching for valid " + (_type != ScriptType.Null ? _type.ToString() : "types"));
Profiler.BeginEvent("Search " + _type);
var start = DateTime.Now;