From 4d4ec47690e424953c93c1410d0054c79e8d9c49 Mon Sep 17 00:00:00 2001 From: rune-scape Date: Wed, 27 Dec 2023 12:05:20 -0800 Subject: [PATCH] GDScript: Lambda hotswap fixes --- modules/gdscript/gdscript.cpp | 129 ++++++------------ modules/gdscript/gdscript.h | 42 +++--- modules/gdscript/gdscript_compiler.cpp | 27 ++-- modules/gdscript/gdscript_compiler.h | 20 +-- modules/gdscript/gdscript_lambda_callable.cpp | 32 +---- modules/gdscript/gdscript_lambda_callable.h | 14 +- 6 files changed, 88 insertions(+), 176 deletions(-) diff --git a/modules/gdscript/gdscript.cpp b/modules/gdscript/gdscript.cpp index ec1682d47081..2de24b5413aa 100644 --- a/modules/gdscript/gdscript.cpp +++ b/modules/gdscript/gdscript.cpp @@ -1391,51 +1391,43 @@ String GDScript::debug_get_script_name(const Ref