-Fixes to OpenSSL compilation (more)
-Fix bug in GDScript, now static functions can call static functions.
This commit is contained in:
parent
4dc4e96c8a
commit
6572d51288
9 changed files with 55 additions and 16 deletions
|
|
@ -442,6 +442,9 @@ static String _disassemble_addr(const Ref<GDScript>& p_script,const GDFunction&
|
|||
case GDFunction::ADDR_TYPE_SELF: {
|
||||
return "self";
|
||||
} break;
|
||||
case GDFunction::ADDR_TYPE_CLASS: {
|
||||
return "class";
|
||||
} break;
|
||||
case GDFunction::ADDR_TYPE_MEMBER: {
|
||||
|
||||
return "member("+p_script->debug_get_member_by_index(addr)+")";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue