fixed the OS.has_feature() API, and added support for 32 and 64.
This commit is contained in:
parent
a848fa6cde
commit
3cadecf17b
9 changed files with 38 additions and 4 deletions
|
|
@ -907,6 +907,8 @@ void ProjectSettingsEditor::_copy_to_platform_about_to_show() {
|
|||
presets.insert("pvrtc");
|
||||
presets.insert("debug");
|
||||
presets.insert("release");
|
||||
presets.insert("32");
|
||||
presets.insert("64");
|
||||
|
||||
for (int i = 0; i < EditorExport::get_singleton()->get_export_platform_count(); i++) {
|
||||
List<String> p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue