Small code style fix.

This commit is contained in:
Chandler Cox
2024-08-20 20:43:07 -05:00
parent 252de16c13
commit ce06809970

View File

@@ -270,7 +270,7 @@ namespace FlaxEditor.CustomEditors
object val = _valueToSet;
_hasValueDirty = false;
_valueToSet = null;
// Assign value
if (val is IList l && l.Count == _values.Count)
{