Bladeren bron

Merge pull request #22269 from willnationsdev/fix-draw-call-editor-setting-saves

Fix EditorSettings saving on draw calls
Rémi Verschelde 7 jaren geleden
bovenliggende
commit
89a38b1b22
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 2
      editor/editor_file_system.cpp

+ 0 - 2
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() {