mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Increase settings apply speed and added deferred color apply
This commit is contained in:
@@ -493,7 +493,7 @@ EditorSettingsDialog::EditorSettingsDialog() {
|
||||
//get_cancel()->set_text("Close");
|
||||
|
||||
timer = memnew(Timer);
|
||||
timer->set_wait_time(1.5);
|
||||
timer->set_wait_time(0.1);
|
||||
timer->connect("timeout", this, "_settings_save");
|
||||
timer->set_one_shot(true);
|
||||
add_child(timer);
|
||||
|
||||
Reference in New Issue
Block a user