mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Fixed return type for get_stack() function call
This commit is contained in:
parent
93a888e81e
commit
d227a9ae12
@ -1853,7 +1853,7 @@ MethodInfo GDScriptFunctions::get_info(Function p_func) {
|
||||
} break;
|
||||
case GET_STACK: {
|
||||
MethodInfo mi("get_stack");
|
||||
mi.return_val.type = Variant::NIL;
|
||||
mi.return_val.type = Variant::ARRAY;
|
||||
return mi;
|
||||
} break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user