mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #113191 from dsnopek/openxr-export-plugin-name
Fix `OpenXRExportPlugin::_get_name() must be overridden` error
This commit is contained in:
commit
b90884bcd9
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class OpenXRExportPlugin : public EditorExportPlugin {
|
||||||
GDCLASS(OpenXRExportPlugin, EditorExportPlugin)
|
GDCLASS(OpenXRExportPlugin, EditorExportPlugin)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
virtual String get_name() const override { return "OpenXRExportPlugin"; }
|
||||||
virtual bool supports_platform(const Ref<EditorExportPlatform> &p_export_platform) const override;
|
virtual bool supports_platform(const Ref<EditorExportPlatform> &p_export_platform) const override;
|
||||||
virtual PackedStringArray get_android_dependencies(const Ref<EditorExportPlatform> &p_export_platform, bool p_debug) const override;
|
virtual PackedStringArray get_android_dependencies(const Ref<EditorExportPlatform> &p_export_platform, bool p_debug) const override;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue