diff options
| author | Rémi Verschelde | 2018-02-23 22:04:50 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-23 22:04:50 +0100 |
| commit | 0712acec1c21b5683f4cfe292bb82f7d1d37cae0 (patch) | |
| tree | 61022f916f98dc8632455757c714047db31c8578 /modules/mono/csharp_script.cpp | |
| parent | b6bf572e021f59ca9f6e95fca2e1cd08bd3fe0f2 (diff) | |
| parent | a38b59b656e6834d466df37379266c29d6364490 (diff) | |
| download | godot-0712acec1c21b5683f4cfe292bb82f7d1d37cae0.tar.gz godot-0712acec1c21b5683f4cfe292bb82f7d1d37cae0.tar.zst godot-0712acec1c21b5683f4cfe292bb82f7d1d37cae0.zip | |
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.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 } |
