Fix after merge

This commit is contained in:
Wojtek Figat
2023-02-13 10:52:11 +01:00
parent ac59cc4633
commit 45a0b25ee4
3 changed files with 18 additions and 4 deletions

View File

@@ -242,7 +242,7 @@ namespace FlaxEditor.CustomEditors
if (objA == null && objB is string objBStr && objBStr.Length == 0)
return true;
return Newtonsoft.Json.Utilities.MiscellaneousUtils.DefaultValueEquals(objA, objB);
return Newtonsoft.Json.Utilities.MiscellaneousUtils.ValueEquals(objA, objB);
}
/// <summary>