diff options
| author | Ignacio Etcheverry | 2018-02-22 13:39:41 +0100 |
|---|---|---|
| committer | Ignacio Etcheverry | 2018-02-22 13:39:41 +0100 |
| commit | 9fd606c549ac53ba2ab1a877be564b1fb56531db (patch) | |
| tree | cbc0e05e3c71325e1abe140c53ed886a1afcd81c /modules/mono/csharp_script.cpp | |
| parent | 79a225ac2a2f2353f2f626809b56229397dfe52d (diff) | |
| download | godot-9fd606c549ac53ba2ab1a877be564b1fb56531db.tar.gz godot-9fd606c549ac53ba2ab1a877be564b1fb56531db.tar.zst godot-9fd606c549ac53ba2ab1a877be564b1fb56531db.zip | |
Diffstat (limited to 'modules/mono/csharp_script.cpp')
| -rw-r--r-- | modules/mono/csharp_script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index fb4513657..b0854658c 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 } |
