Skip to content

Commit

Permalink
build.cs warnings update
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Nov 18, 2018
1 parent 8017e69 commit 0352bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BLUI.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"FileVersion": 3,
"FriendlyName": "BLUI",
"Version": 3,
"VersionName": "3.3.0",
"VersionName": "3.3.1",
"Description": "Chromium Embedded Framework (CEF) powered HTML UI and HUD for Unreal Engine 4",
"Category": "UI",
"CreatedBy": "Aaron M. Shea & Contributors",
Expand Down
2 changes: 1 addition & 1 deletion Source/Blu/Blu.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Blu(ReadOnlyTargetRules Target) : base(Target)

PrivateIncludePaths.AddRange(
new string[] {
"Blu/Private",
Path.Combine(ModuleDirectory, "Private"),
});

if(Target.Platform == UnrealTargetPlatform.Win64)
Expand Down

0 comments on commit 0352bff

Please sign in to comment.