mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[ue4] Fixed UE 4.22 linker error. IMPLEMENT_MODULE macro changed. No mention of this in the UE changelog.
This commit is contained in:
parent
35edb7922e
commit
4f0b7bef2c
@ -37,7 +37,7 @@ class FSpineEditorPlugin: public ISpineEditorPlugin {
|
|||||||
virtual void ShutdownModule() override;
|
virtual void ShutdownModule() override;
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_MODULE(FSpineEditorPlugin, ISpineEditorPlugin)
|
IMPLEMENT_MODULE(FSpineEditorPlugin, SpineEditorPlugin)
|
||||||
|
|
||||||
void FSpineEditorPlugin::StartupModule () {
|
void FSpineEditorPlugin::StartupModule () {
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"EngineAssociation": "4.21",
|
"EngineAssociation": "4.22",
|
||||||
"Category": "",
|
"Category": "",
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"Modules": [
|
"Modules": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user