mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #22269 from willnationsdev/fix-draw-call-editor-setting-saves
Fix EditorSettings saving on draw calls
This commit is contained in:
commit
89a38b1b22
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user