GDScript: Fix Callable call error text
This commit is contained in:
parent
1cf573f44d
commit
2b30f23595
7 changed files with 48 additions and 15 deletions
|
|
@ -55,7 +55,7 @@ String GDScriptUtilityCallable::get_as_text() const {
|
|||
scope = "@GDScript";
|
||||
break;
|
||||
}
|
||||
return vformat("%s::%s (Callable)", scope, function_name);
|
||||
return vformat("%s::%s", scope, function_name);
|
||||
}
|
||||
|
||||
CallableCustom::CompareEqualFunc GDScriptUtilityCallable::get_compare_equal_func() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue