You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
fixed the OS.has_feature() API, and added support for 32 and 64.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user