mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Update deferred calls to use Callables
This commit is contained in:
@@ -129,7 +129,7 @@ void AcceptDialog::_cancel_pressed() {
|
||||
parent_visible = nullptr;
|
||||
}
|
||||
|
||||
call_deferred(SNAME("hide"));
|
||||
callable_mp((Window *)this, &Window::hide).call_deferred();
|
||||
|
||||
emit_signal(SNAME("canceled"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user