Skip to content

Commit

Permalink
custom_features: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
capnm committed Jul 20, 2017
1 parent 2a0c0db commit 10e16de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ void EditorExport::_save() {
config->set_value(section, "name", preset->get_name());
config->set_value(section, "platform", preset->get_platform()->get_name());
config->set_value(section, "runnable", preset->is_runnable());
config->set_value(section, "custom_feaures", preset->get_custom_features());
config->set_value(section, "custom_features", preset->get_custom_features());
bool save_files = false;
switch (preset->get_export_filter()) {
case EditorExportPreset::EXPORT_ALL_RESOURCES: {
Expand Down

0 comments on commit 10e16de

Please sign in to comment.