You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Mono: Default to not shipping C# scripts content
Fixes #20053.
(cherry picked from commit df170d81cc)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
3304c7620a
commit
291be24742
@@ -119,7 +119,7 @@ void CSharpLanguage::init() {
|
||||
#ifdef TOOLS_ENABLED
|
||||
EditorNode::add_init_callback(&gdsharp_editor_init_callback);
|
||||
|
||||
GLOBAL_DEF("mono/export/include_scripts_content", true);
|
||||
GLOBAL_DEF("mono/export/include_scripts_content", false);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user