mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Actually set GDScript static reference
This commit is contained in:
parent
ef5910eea5
commit
0f1da72492
@ -363,6 +363,8 @@ Variant GDScriptFunction::call(GDScriptInstance *p_instance, const Variant **p_a
|
||||
}
|
||||
}
|
||||
|
||||
static_ref = script;
|
||||
|
||||
String err_text;
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user