1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Mono: Fix crash when re-using script binding after domain reloading

This commit is contained in:
Ignacio Etcheverry
2019-03-07 19:55:40 +01:00
parent 5f079e2ef9
commit e904f814c8
3 changed files with 12 additions and 0 deletions

View File

@@ -309,6 +309,9 @@ class CSharpLanguage : public ScriptLanguage {
Dictionary scripts_metadata;
friend class GDMono;
void _uninitialize_script_bindings();
public:
StringNameCache string_names;