Remove trailing spaces

This commit is contained in:
omar
2020-02-10 23:22:03 +01:00
parent 70975fe44d
commit 30bb15672d
5 changed files with 12 additions and 12 deletions

View File

@ -4159,7 +4159,7 @@ void ImGui::Render()
g.FrameCountRendered = g.FrameCount;
g.IO.MetricsRenderWindows = 0;
g.DrawDataBuilder.Clear();
// Add background ImDrawList
if (!g.BackgroundDrawList.VtxBuffer.empty())
AddDrawListToDrawData(&g.DrawDataBuilder.Layers[0], &g.BackgroundDrawList);