summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-02-23 22:04:50 +0100
committerGitHub <noreply@github.com>2018-02-23 22:04:50 +0100
commit0712acec1c21b5683f4cfe292bb82f7d1d37cae0 (patch)
tree61022f916f98dc8632455757c714047db31c8578 /modules/mono/csharp_script.cpp
parentb6bf572e021f59ca9f6e95fca2e1cd08bd3fe0f2 (diff)
parenta38b59b656e6834d466df37379266c29d6364490 (diff)
downloadredot-engine-0712acec1c21b5683f4cfe292bb82f7d1d37cae0.tar.gz
Merge pull request #16920 from neikeq/mono-project-export
Mono project export
Diffstat (limited to 'modules/mono/csharp_script.cpp')
-rw-r--r--modules/mono/csharp_script.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp
index fb45136575..b0854658ce 100644
--- a/modules/mono/csharp_script.cpp
+++ b/modules/mono/csharp_script.cpp
@@ -118,6 +118,8 @@ void CSharpLanguage::init() {
#ifdef TOOLS_ENABLED
EditorNode::add_init_callback(&gdsharp_editor_init_callback);
+
+ GLOBAL_DEF("mono/export/include_scripts_content", true);
#endif
}