diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-20 13:47:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 13:47:25 +0200 |
commit | 83b21cd3023f13f926f8167c6d6c35573c6570f1 (patch) | |
tree | 17c9a97ecb8f07aa09973bbe2abf116daaeff859 /core/project_settings.h | |
parent | 088c2a087029901e5657089a6f2531ce6c015fe5 (diff) | |
parent | 515fe0f29ba1eeecb65a5a6d104bd1702d3a26c4 (diff) |
Merge pull request #38035 from akien-mga/revert-35261-pck-destination
Revert "Made possible to specify where to dump the contents when load…
Diffstat (limited to 'core/project_settings.h')
-rw-r--r-- | core/project_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/project_settings.h b/core/project_settings.h index 6e6b2fe4c7..7b3ca18c62 100644 --- a/core/project_settings.h +++ b/core/project_settings.h @@ -104,7 +104,7 @@ protected: void _convert_to_last_version(int p_from_version); - bool _load_resource_pack(const String &p_pack, bool p_replace_files = true, const String &p_destination = ""); + bool _load_resource_pack(const String &p_pack, bool p_replace_files = true); void _add_property_info_bind(const Dictionary &p_info); |