mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
GDScript: Fix Callable call error text
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user