From 614a51f2933ec0448ea49cf870ba31e0d71a374a Mon Sep 17 00:00:00 2001 From: Daylily-Zeleen Date: Thu, 5 Dec 2024 14:24:39 +0800 Subject: [PATCH] Optimize callable's stringify text. --- core/variant/callable.cpp | 8 ++++++-- modules/gdscript/gdscript_lambda_callable.cpp | 6 +++--- modules/gdscript/gdscript_rpc_callable.cpp | 9 ++++++++- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/core/variant/callable.cpp b/core/variant/callable.cpp index ddeea271184..402dc6823c0 100644 --- a/core/variant/callable.cpp +++ b/core/variant/callable.cpp @@ -361,8 +361,12 @@ Callable::operator String() const { if (base) { String class_name = base->get_class(); Ref