From 990bddcf3662292c7466a817d2e89cb4b942c930 Mon Sep 17 00:00:00 2001 From: Michele Valente Date: Sun, 18 Feb 2018 22:47:43 +0100 Subject: fix release builds with mono "_signals" and "signals_invalidated" were moved out of the "TOOLS_ENABLED" directive. Updated also the two "update_signals" and "_update_signals" methods so it makes sense. (cherry picked from commit 3c7d9001bc9591368d743e9bd6cc29a74c7bddd5) --- modules/mono/csharp_script.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/mono/csharp_script.h') diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h index ffb1d2e0f..1f609627d 100644 --- a/modules/mono/csharp_script.h +++ b/modules/mono/csharp_script.h @@ -90,15 +90,15 @@ class CSharpScript : public Script { Variant::Type type; }; + Map > _signals; + bool signals_invalidated; + #ifdef TOOLS_ENABLED List exported_members_cache; // members_cache Map exported_members_defval_cache; // member_default_values_cache Set placeholders; bool source_changed_cache; bool exports_invalidated; - Map > _signals; - bool signals_invalidated; - void _update_exports_values(Map &values, List &propnames); virtual void _placeholder_erased(PlaceHolderScriptInstance *p_placeholder); #endif -- cgit v1.2.3-70-g09d2