You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
fix font import path on windows, closes #1675
This commit is contained in:
@@ -92,7 +92,6 @@ void FileDialog::_file_entered(const String& p_file) {
|
||||
}
|
||||
|
||||
void FileDialog::_save_confirm_pressed() {
|
||||
|
||||
String f=dir_access->get_current_dir().plus_file(file->get_text());
|
||||
emit_signal("file_selected",f);
|
||||
hide();
|
||||
|
||||
Reference in New Issue
Block a user