From 49bce5c9ef3be4cf51fdd6b254cce175200e54a5 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 | 137 ++++++------------ 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, 92 insertions(+), 180 deletions(-) diff --git a/modules/gdscript/gdscript.cpp b/modules/gdscript/gdscript.cpp index a999acd1bd0..1f0830aa174 100644 --- a/modules/gdscript/gdscript.cpp +++ b/modules/gdscript/gdscript.cpp @@ -1381,51 +1381,43 @@ String GDScript::debug_get_script_name(const Ref