mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 08:20:32 +00:00
Removed from ImGui.Build.cs reference to own public directory to fix UBT warning in UE 4.20.
This commit is contained in:
parent
588428507a
commit
590f0819ab
@ -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 ...
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user