C#: Fix sorting for generic types when reloading assemblies.

This commit is contained in:
Zae
2024-01-26 18:00:46 +08:00
parent 4b6ad34988
commit 18599c0935
2 changed files with 9 additions and 2 deletions

View File

@ -60,6 +60,7 @@ class CSharpScript : public Script {
friend class CSharpInstance;
friend class CSharpLanguage;
friend struct CSharpScriptDepSort;
bool tool = false;
bool global_class = false;