Fix Segmentation fault and reduce memory consumption

(cherry picked from commit a156b7976d)
This commit is contained in:
Nils ANDRÉ-CHANG
2019-05-26 16:33:51 +01:00
committed by Rémi Verschelde
parent 6c71289432
commit 6afcc72465
2 changed files with 7 additions and 19 deletions

View File

@ -102,7 +102,7 @@ class ProjectManager : public Control {
void _on_project_created(const String &dir);
void _on_projects_updated();
void _update_scroll_position(const String &dir);
void _scan_dir(DirAccess *da, float pos, float total, List<String> *r_projects);
void _scan_dir(const String &path, List<String> *r_projects);
void _install_project(const String &p_zip_path, const String &p_title);