mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Update deferred calls to use Callables
This commit is contained in:
parent
8297ec949b
commit
0e8f90f4c8
92 changed files with 192 additions and 350 deletions
|
|
@ -123,7 +123,7 @@ void Popup::_close_pressed() {
|
|||
|
||||
_deinitialize_visible_parents();
|
||||
|
||||
call_deferred(SNAME("hide"));
|
||||
callable_mp((Window *)this, &Window::hide).call_deferred();
|
||||
}
|
||||
|
||||
void Popup::_post_popup() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue