badlogic 8 роки тому
батько
коміт
369c85ab42

+ 1 - 1
spine-ue4/Source/SpineUE4.Target.cs

@@ -5,7 +5,7 @@ using System.Collections.Generic;
 
 
 public class SpineUE4Target : TargetRules
 public class SpineUE4Target : TargetRules
 {
 {
-	public SpineUE4Target(ReadOnlyTargetRules Target) : base(Target)
+	public SpineUE4Target(TargetInfo Target)
 	{
 	{
 		Type = TargetType.Game;		
 		Type = TargetType.Game;		
 	}
 	}

+ 1 - 1
spine-ue4/Source/SpineUE4Editor.Target.cs

@@ -5,7 +5,7 @@ using System.Collections.Generic;
 
 
 public class SpineUE4EditorTarget : TargetRules
 public class SpineUE4EditorTarget : TargetRules
 {
 {
-	public SpineUE4EditorTarget(ReadOnlyTargetRules Target) : base(Target)
+	public SpineUE4EditorTarget(TargetInfo Target)
 	{
 	{
 		Type = TargetType.Editor;
 		Type = TargetType.Editor;
 	}
 	}

+ 1 - 1
spine-ue4/SpineUE4.uproject

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