You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Actually set GDScript static reference
(cherry picked from commit 0f1da72492)
This commit is contained in:
committed by
Pedro J. Estébanez
parent
e360dc9a79
commit
798ee982ac
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user