You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Clear pending function states when reloading GDScript
(cherry picked from commit 53af7ee482)
This commit is contained in:
committed by
Rémi Verschelde
parent
33e5093e02
commit
cf04c46a5e
@@ -112,6 +112,7 @@ class GDScript : public Script {
|
||||
SelfList<GDScript> script_list;
|
||||
|
||||
SelfList<GDScriptFunctionState>::List pending_func_states;
|
||||
void _clear_pending_func_states();
|
||||
|
||||
GDScriptInstance *_create_instance(const Variant **p_args, int p_argcount, Object *p_owner, bool p_isref, Variant::CallError &r_error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user