From 590f0819ab4e4f5a962176e666a1d9d6380bcb26 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 2 Sep 2018 14:40:15 +0100 Subject: [PATCH] Removed from ImGui.Build.cs reference to own public directory to fix UBT warning in UE 4.20. --- Source/ImGui/ImGui.Build.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/ImGui/ImGui.Build.cs b/Source/ImGui/ImGui.Build.cs index 554b232..c61b3fe 100644 --- a/Source/ImGui/ImGui.Build.cs +++ b/Source/ImGui/ImGui.Build.cs @@ -20,7 +20,6 @@ public class ImGui : ModuleRules PublicIncludePaths.AddRange( new string[] { - "ImGui/Public", Path.Combine(ModuleDirectory, "../ThirdParty/ImGuiLibrary/Include") // ... add public include paths required here ... }