Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[client] overlay/status: don't return damage rect if nothing was drawn
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.
- Loading branch information