You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Initialize bools in the headers in editor
This commit is contained in:
@@ -175,8 +175,6 @@ void EditorDirDialog::_bind_methods() {
|
||||
}
|
||||
|
||||
EditorDirDialog::EditorDirDialog() {
|
||||
updating = false;
|
||||
|
||||
set_title(TTR("Choose a Directory"));
|
||||
set_hide_on_ok(false);
|
||||
|
||||
@@ -206,6 +204,4 @@ EditorDirDialog::EditorDirDialog() {
|
||||
add_child(mkdirerr);
|
||||
|
||||
get_ok_button()->set_text(TTR("Choose"));
|
||||
|
||||
must_reload = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user