summaryrefslogtreecommitdiffstats
path: root/editor/export/project_export.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/export/project_export.cpp')
-rw-r--r--editor/export/project_export.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/export/project_export.cpp b/editor/export/project_export.cpp
index 038e357ce2..c995e590f1 100644
--- a/editor/export/project_export.cpp
+++ b/editor/export/project_export.cpp
@@ -419,6 +419,12 @@ void ProjectExportDialog::_update_feature_list() {
feature_set.insert(E);
}
+#ifdef REAL_T_IS_DOUBLE
+ feature_set.insert("double");
+#else
+ feature_set.insert("single");
+#endif // REAL_T_IS_DOUBLE
+
custom_feature_display->clear();
String text;
bool first = true;