Export template management dialog.
Missing download (need to discuss this!)
This commit is contained in:
parent
33a2c5def0
commit
b5a06cecff
12 changed files with 543 additions and 105 deletions
|
|
@ -51,7 +51,7 @@ static int _get_pad(int p_alignment, int p_n) {
|
|||
};
|
||||
|
||||
return pad;
|
||||
};
|
||||
}
|
||||
|
||||
#define PCK_PADDING 16
|
||||
|
||||
|
|
@ -870,6 +870,7 @@ bool EditorExportPlatformPC::can_export(const Ref<EditorExportPreset> &p_preset,
|
|||
} else if (find_export_template(debug_file_64) == String()) {
|
||||
r_missing_templates = true;
|
||||
}
|
||||
|
||||
return !r_missing_templates;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue