mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-28 20:28:22 +00:00
The renderer contains an optimization to skip ImGui if there is nothing to show, but the status overlay always returns a damage rect, even if it didn't draw anything, so the optimization can never take effect.