mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +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;
|
||||
};
|
||||
|
||||
IMPLEMENT_MODULE(FSpineEditorPlugin, ISpineEditorPlugin)
|
||||
IMPLEMENT_MODULE(FSpineEditorPlugin, SpineEditorPlugin)
|
||||
|
||||
void FSpineEditorPlugin::StartupModule () {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"EngineAssociation": "4.21",
|
||||
"EngineAssociation": "4.22",
|
||||
"Category": "",
|
||||
"Description": "",
|
||||
"Modules": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user