Skip to content

Commit

Permalink
Removed from ImGui.Build.cs reference to own public directory to fix …
Browse files Browse the repository at this point in the history
…UBT warning in UE 4.20.
  • Loading branch information
segross committed Sep 2, 2018
1 parent 5884285 commit 590f081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ImGui/ImGui.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public ImGui(TargetInfo Target)

PublicIncludePaths.AddRange(
new string[] {
"ImGui/Public",
Path.Combine(ModuleDirectory, "../ThirdParty/ImGuiLibrary/Include")
// ... add public include paths required here ...
}
Expand Down

0 comments on commit 590f081

Please sign in to comment.