You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
@@ -1154,7 +1154,7 @@ void ProjectManager::_files_dropped(StringArray p_files, int p_screen) {
|
|||||||
dir->list_dir_begin();
|
dir->list_dir_begin();
|
||||||
String file = dir->get_next();
|
String file = dir->get_next();
|
||||||
while(confirm && file!=String()) {
|
while(confirm && file!=String()) {
|
||||||
if (!da->current_is_dir() && file.ends_with("engine.cfg")) {
|
if (!dir->current_is_dir() && file.ends_with("engine.cfg")) {
|
||||||
confirm = false;
|
confirm = false;
|
||||||
}
|
}
|
||||||
file = dir->get_next();
|
file = dir->get_next();
|
||||||
|
|||||||
Reference in New Issue
Block a user