Fix Segmentation fault and reduce memory consumption
(cherry picked from commit a156b7976d)
This commit is contained in:
committed by
Rémi Verschelde
parent
6c71289432
commit
6afcc72465
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user