aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
diff options
context:
space:
mode:
authorIgnacio Etcheverry2018-02-22 13:39:41 +0100
committerHein-Pieter van Braam2018-04-15 00:04:14 +0200
commit9e4d34aebb2677706d0580256955c44358224244 (patch)
tree4b83b80cf2fd2b8cd624e591e2cb56cfbb811b11 /modules/mono/csharp_script.cpp
parentd02c891a4b00dbd916b9e2642eae95a53a6c5552 (diff)
downloadgodot-9e4d34aebb2677706d0580256955c44358224244.tar.gz
godot-9e4d34aebb2677706d0580256955c44358224244.tar.zst
godot-9e4d34aebb2677706d0580256955c44358224244.zip
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 8faf081ca..525b918b1 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
}