You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fixed return type for get_stack() function call
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user