Keep property declared order if similar meta data token.

This commit is contained in:
Chandler Cox
2024-08-16 07:23:28 -05:00
parent d779862271
commit 134c257081

View File

@@ -178,6 +178,8 @@ namespace FlaxEditor.CustomEditors.Editors
return 1;
if (Info.MetadataToken < other.Info.MetadataToken)
return -1;
// Keep declaration order if same metadata token.
return 0;
}
// By name