Removed from ImGui.Build.cs reference to own public directory to fix UBT warning in UE 4.20.

This commit is contained in:
Sebastian 2018-09-02 14:40:15 +01:00
parent 588428507a
commit 590f0819ab

View File

@ -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 ...
}