diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-22 22:55:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 22:55:11 +0100 |
commit | 27c65c1f6451a0c5a628e5bdb43b24e9002fb5fc (patch) | |
tree | 66c7881f69fc4aded30445f06d1516d56234b472 /platform/osx/export/export_plugin.h | |
parent | ea508ced9fc68e5a5598fa7c8f131f60b06e60bc (diff) | |
parent | 3bf05c90188a7839971ab4e0835e95253aa29825 (diff) |
Merge pull request #57072 from bruvzg/export_hide
Diffstat (limited to 'platform/osx/export/export_plugin.h')
-rw-r--r-- | platform/osx/export/export_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/export/export_plugin.h b/platform/osx/export/export_plugin.h index 85fc72437c..0c2ac90206 100644 --- a/platform/osx/export/export_plugin.h +++ b/platform/osx/export/export_plugin.h @@ -101,6 +101,7 @@ class EditorExportPlatformOSX : public EditorExportPlatform { protected: virtual void get_preset_features(const Ref<EditorExportPreset> &p_preset, List<String> *r_features) override; virtual void get_export_options(List<ExportOption> *r_options) override; + virtual bool get_export_option_visibility(const String &p_option, const Map<StringName, Variant> &p_options) const override; public: virtual String get_name() const override { return "macOS"; } |