You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00: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