diff options
| author | Juan Linietsky | 2016-07-22 10:39:46 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-07-22 10:39:46 -0300 |
| commit | 3aeafcae04722dd6d6ff52632dec9f31239875e4 (patch) | |
| tree | 63e54dfaddaf5a04b27c406174731657f7958d10 /tools/editor/editor_settings.cpp | |
| parent | e4cd01ac8cc885ee5429a309a6db458eed22a85d (diff) | |
| download | godot-3aeafcae04722dd6d6ff52632dec9f31239875e4.tar.gz godot-3aeafcae04722dd6d6ff52632dec9f31239875e4.tar.zst godot-3aeafcae04722dd6d6ff52632dec9f31239875e4.zip | |
Removed support for saving paths as relative, closes #5728
Editor now has good refactoring tools, so this function is mostly obsolete
Diffstat (limited to 'tools/editor/editor_settings.cpp')
| -rw-r--r-- | tools/editor/editor_settings.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index c150e6275..9dcf71e25 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -611,8 +611,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) { set("on_save/compress_binary_resources",true); set("on_save/save_modified_external_resources",true); - set("on_save/save_paths_as_relative",false); - set("on_save/save_paths_without_extension",false); + //set("on_save/save_paths_as_relative",false); + //set("on_save/save_paths_without_extension",false); set("text_editor/create_signal_callbacks",true); |
