Selaa lähdekoodia

[ue4] Fixed UE 4.22 linker error. IMPLEMENT_MODULE macro changed. No mention of this in the UE changelog.

badlogic 6 vuotta sitten
vanhempi
commit
4f0b7bef2c

+ 1 - 1
spine-ue4/Plugins/SpinePlugin/Source/SpineEditorPlugin/Private/SpineEditorPlugin.cpp

@@ -37,7 +37,7 @@ class FSpineEditorPlugin: public ISpineEditorPlugin {
 	virtual void ShutdownModule() override;
 };
 
-IMPLEMENT_MODULE(FSpineEditorPlugin, ISpineEditorPlugin)
+IMPLEMENT_MODULE(FSpineEditorPlugin, SpineEditorPlugin)
 
 void FSpineEditorPlugin::StartupModule () {
 }

+ 1 - 1
spine-ue4/SpineUE4.uproject

@@ -1,6 +1,6 @@
 {
 	"FileVersion": 3,
-	"EngineAssociation": "4.21",
+	"EngineAssociation": "4.22",
 	"Category": "",
 	"Description": "",
 	"Modules": [