Skip to content

Commit 10b93b7

Browse files
authored
Merge pull request midgen#8 from speedpacer/master
Updated for 4.17
2 parents f351b7f + f8f1c32 commit 10b93b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Source/UnrealFastNoisePlugin/UnrealFastNoisePlugin.Build.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
public class UnrealFastNoisePlugin : ModuleRules
66
{
7-
public UnrealFastNoisePlugin(TargetInfo Target)
8-
{
7+
public UnrealFastNoisePlugin(ReadOnlyTargetRules Target) : base(Target)
8+
{
99

1010
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
1111

0 commit comments

Comments
 (0)