Merge pull request #32277 from Calinou/override-for-add-feature-tags
Add some missing feature tags to the "Override For..." menu
This commit is contained in:
commit
75ed4b159a
1 changed files with 4 additions and 0 deletions
|
@ -1007,8 +1007,12 @@ void ProjectSettingsEditor::_copy_to_platform_about_to_show() {
|
|||
presets.insert("pvrtc");
|
||||
presets.insert("debug");
|
||||
presets.insert("release");
|
||||
presets.insert("editor");
|
||||
presets.insert("standalone");
|
||||
presets.insert("32");
|
||||
presets.insert("64");
|
||||
// Not available as an export platform yet, so it needs to be added manually
|
||||
presets.insert("Server");
|
||||
|
||||
for (int i = 0; i < EditorExport::get_singleton()->get_export_platform_count(); i++) {
|
||||
List<String> p;
|
||||
|
|
Loading…
Reference in a new issue