mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-04-01 21:37:04 +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.