diff --git a/imgui.cpp b/imgui.cpp index 4924a68..e67ec23 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -2153,6 +2153,8 @@ g.FrameCount += 1; g.Tooltip[0] = '\0'; g.OverlayDrawList.Clear(); + g.OverlayDrawList.PushTextureID(g.IO.Fonts->TexID); + g.OverlayDrawList.PushClipRectFullScreen(); g.OverlayDrawList.AddDrawCmd(); // Update inputs state