You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
uses the global thread to protect the instacnes map in GDScript, closes #4615
This commit is contained in:
@@ -294,11 +294,13 @@ class GDScriptLanguage : public ScriptLanguage {
|
||||
|
||||
void _add_global(const StringName& p_name,const Variant& p_value);
|
||||
|
||||
friend class GDInstance;
|
||||
|
||||
Mutex *lock;
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GDScript;
|
||||
|
||||
SelfList<GDScript>::List script_list;
|
||||
|
||||
Reference in New Issue
Block a user