Fix some not important warning to be less verbose in some cases

This commit is contained in:
Wojtek Figat
2024-12-04 18:40:52 +01:00
parent 12d9d94138
commit 2f16694529
2 changed files with 5 additions and 6 deletions

View File

@@ -274,11 +274,7 @@ namespace FlaxEditor.Modules
private void Load()
{
if (!File.Exists(_cachePath))
{
Editor.LogWarning("Missing editor cache file.");
return;
}
_lastSaveTime = DateTime.UtcNow;
try