diff options
| author | sanikoyes | 2014-04-06 21:52:47 +0800 |
|---|---|---|
| committer | sanikoyes | 2014-04-06 21:52:47 +0800 |
| commit | 77a840e350668a9c80b1e63b9b73aac44221c53b (patch) | |
| tree | 40d2115e639bdc72a61811ac4f2fb0f04ec8eb7f /core/io/file_access_pack.cpp | |
| parent | 14bbdcb139b35e6d206df1ab3176d34245b72329 (diff) | |
| parent | ded365031ede27b7a6efef59bc886343f58d310b (diff) | |
| download | godot-77a840e350668a9c80b1e63b9b73aac44221c53b.tar.gz godot-77a840e350668a9c80b1e63b9b73aac44221c53b.tar.zst godot-77a840e350668a9c80b1e63b9b73aac44221c53b.zip | |
Merge branch 'master' into hotfix-android-unicode-ime-input
Diffstat (limited to 'core/io/file_access_pack.cpp')
| -rw-r--r-- | core/io/file_access_pack.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/file_access_pack.cpp b/core/io/file_access_pack.cpp index edecbb6a3..45e6990ad 100644 --- a/core/io/file_access_pack.cpp +++ b/core/io/file_access_pack.cpp @@ -172,7 +172,6 @@ bool PackedSourcePCK::try_open_pack(const String& p_path) { uint64_t size = f->get_64(); uint8_t md5[16]; f->get_buffer(md5,16); - PackedData::get_singleton()->add_path(p_path, path, ofs, size, md5,this); }; |
