You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Merge branch 'master' of https://github.com/godotengine/godot
This commit is contained in:
@@ -1128,10 +1128,7 @@ Error EditorExportPlatform::save_zip(const String& p_path, bool p_make_bundles)
|
||||
|
||||
zipClose(zip,NULL);
|
||||
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
|
||||
return err;
|
||||
}
|
||||
|
||||
Error EditorExportPlatform::save_pack(FileAccess *dst,bool p_make_bundles, int p_alignment) {
|
||||
|
||||
Reference in New Issue
Block a user