Increase settings apply speed and added deferred color apply
This commit is contained in:
@ -1979,7 +1979,7 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
|
||||
tab_container->add_child(plugin_settings);
|
||||
|
||||
timer = memnew(Timer);
|
||||
timer->set_wait_time(1.5);
|
||||
timer->set_wait_time(0.1);
|
||||
timer->connect("timeout", ProjectSettings::get_singleton(), "save");
|
||||
timer->set_one_shot(true);
|
||||
add_child(timer);
|
||||
|
||||
Reference in New Issue
Block a user