You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
Actually fix the db/dc renaming mess
Local builds save lives :)
This commit is contained in:
@@ -345,7 +345,7 @@ void FileDialog::_tree_selected() {
|
||||
get_ok()->set_disabled(_is_open_should_be_disabled());
|
||||
}
|
||||
|
||||
void FileDialog::_tree_db_selected() {
|
||||
void FileDialog::_tree_dc_selected() {
|
||||
|
||||
TreeItem *ti = tree->get_selected();
|
||||
if (!ti)
|
||||
|
||||
Reference in New Issue
Block a user