mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] Fix 3.5 build
This commit is contained in:
parent
f04382bacd
commit
c5c71da28c
@ -290,11 +290,14 @@ public:
|
|||||||
#else
|
#else
|
||||||
explicit SpineEditorPlugin(EditorNode *node);
|
explicit SpineEditorPlugin(EditorNode *node);
|
||||||
|
|
||||||
|
#if VERSION_MAJOR > 3
|
||||||
#if VERSION_MINOR > 3
|
#if VERSION_MINOR > 3
|
||||||
String get_plugin_name() const override { return "SpineEditorPlugin"; }
|
String get_plugin_name() const override { return "SpineEditorPlugin"; }
|
||||||
#else
|
#else
|
||||||
String get_name() const override { return "SpineEditorPlugin"; }
|
String get_name() const override { return "SpineEditorPlugin"; }
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
String get_name() const override { return "SpineEditorPlugin"; }
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user