Skip to content

Commit

Permalink
4.16+ only. No longer uses deprecated function in the build file. Use…
Browse files Browse the repository at this point in the history
… previous release for versions before 4.16.
  • Loading branch information
Michael Gaskin committed Jul 8, 2017
1 parent dbfc413 commit ac22a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SmoothZoom.uplugin
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.3",
"VersionName": "1.31",
"FriendlyName": "Smooth Camera Zoom",
"Description": "Easy to use Smooth Camera Zoom Actor Component (4.14+)",
"Description": "Easy to use Smooth Camera Zoom Actor Component (4.16+)",
"Category": "Camera",
"CreatedBy": "Michael Gaskin (teak421)",
"CreatedByURL": "https://github.com/teak421/",
Expand Down
2 changes: 1 addition & 1 deletion Source/SmoothZoom/SmoothZoom.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class SmoothZoom : ModuleRules
{
public SmoothZoom(TargetInfo Target)
public SmoothZoom(ReadOnlyTargetRules Target) : base (Target)
{

PublicIncludePaths.AddRange(
Expand Down

0 comments on commit ac22a40

Please sign in to comment.