mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix OpenXRExportPlugin::_get_name() must be overridden error
This commit is contained in:
parent
9dd6c4dbac
commit
21a8d6b1bc
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class OpenXRExportPlugin : public EditorExportPlugin {
|
|||
GDCLASS(OpenXRExportPlugin, EditorExportPlugin)
|
||||
|
||||
public:
|
||||
virtual String get_name() const override { return "OpenXRExportPlugin"; }
|
||||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue