Small fixes to static analyzer bugs
This commit is contained in:
parent
c2c11fc063
commit
8460d0678c
14 changed files with 59 additions and 72 deletions
|
|
@ -441,7 +441,6 @@ Error EditorExportPlatformOSX::export_project(const Ref<EditorExportPreset> &p_p
|
|||
return ERR_FILE_NOT_FOUND;
|
||||
}
|
||||
|
||||
ERR_FAIL_COND_V(!src_pkg_zip, ERR_CANT_OPEN);
|
||||
int ret = unzGoToFirstFile(src_pkg_zip);
|
||||
|
||||
String binary_to_use = "godot_osx_" + String(p_debug ? "debug" : "release") + ".64";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue