1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Keep order for C# exported members

This commit is contained in:
Raul Santos
2021-10-22 19:25:01 +02:00
parent 4febf69f2a
commit da419bbeed
2 changed files with 10 additions and 9 deletions

View File

@@ -129,7 +129,7 @@ class CSharpScript : public Script {
Set<StringName> exported_members_names;
#endif
Map<StringName, PropertyInfo> member_info;
OrderedHashMap<StringName, PropertyInfo> member_info;
void _clear();