Config: Expose GFX_OVERLAY_PROJ_STATS setting in UI.

This commit is contained in:
Jordan Woyak
2023-09-09 13:33:43 -05:00
parent 1e27183dff
commit df7dd5d36a
3 changed files with 9 additions and 2 deletions

View File

@ -120,7 +120,6 @@ void Statistics::Display() const
ImGui::End();
}
// Is this really needed?
void Statistics::DisplayProj() const
{
if (!ImGui::Begin("Projection Statistics", nullptr, ImGuiWindowFlags_NoNavInputs))