diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-20 08:53:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 08:53:22 +0200 |
commit | 89a38b1b22f69a9eac161e4e81a2dce3fdcbcbc3 (patch) | |
tree | 8eb4a0882b935cda3e1255e29f296dab28d6c781 /editor | |
parent | 18004399972db7918889e016004368bbc06a4d37 (diff) | |
parent | fa271e4870b3987c34fcb71fde89b242a0bf333f (diff) |
Merge pull request #22269 from willnationsdev/fix-draw-call-editor-setting-saves
Fix EditorSettings saving on draw calls
Diffstat (limited to 'editor')
-rw-r--r-- | editor/editor_file_system.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_file_system.cpp b/editor/editor_file_system.cpp index 56358cf5b7..ee20d95f25 100644 --- a/editor/editor_file_system.cpp +++ b/editor/editor_file_system.cpp @@ -1378,7 +1378,6 @@ void EditorFileSystem::update_script_classes() { ScriptServer::save_global_classes(); EditorNode::get_editor_data().script_class_save_icon_paths(); - emit_signal("script_classes_updated"); } void EditorFileSystem::_queue_update_script_classes() { @@ -1721,7 +1720,6 @@ void EditorFileSystem::_bind_methods() { ADD_SIGNAL(MethodInfo("filesystem_changed")); ADD_SIGNAL(MethodInfo("sources_changed", PropertyInfo(Variant::BOOL, "exist"))); ADD_SIGNAL(MethodInfo("resources_reimported", PropertyInfo(Variant::POOL_STRING_ARRAY, "resources"))); - ADD_SIGNAL(MethodInfo("script_classes_updated")); } void EditorFileSystem::_update_extensions() { |