mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
Actually set GDScript static reference
(cherry picked from commit 0f1da72492)
This commit is contained in:
parent
e360dc9a79
commit
798ee982ac
1 changed files with 2 additions and 0 deletions
|
|
@ -386,6 +386,8 @@ Variant GDScriptFunction::call(GDScriptInstance *p_instance, const Variant **p_a
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static_ref = script;
|
||||||
|
|
||||||
String err_text;
|
String err_text;
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED
|
#ifdef DEBUG_ENABLED
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue