You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Update deferred calls to use Callables
This commit is contained in:
@@ -189,7 +189,7 @@ void LocalizationEditor::_translation_res_select() {
|
||||
if (updating_translations) {
|
||||
return;
|
||||
}
|
||||
call_deferred(SNAME("update_translations"));
|
||||
callable_mp(this, &LocalizationEditor::update_translations).call_deferred();
|
||||
}
|
||||
|
||||
void LocalizationEditor::_translation_res_option_popup(bool p_arrow_clicked) {
|
||||
|
||||
Reference in New Issue
Block a user