You've already forked godot
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:
@@ -309,6 +309,9 @@ class CSharpLanguage : public ScriptLanguage {
|
||||
|
||||
Dictionary scripts_metadata;
|
||||
|
||||
friend class GDMono;
|
||||
void _uninitialize_script_bindings();
|
||||
|
||||
public:
|
||||
StringNameCache string_names;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user