diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2023-09-09 13:33:43 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2024-04-18 14:45:28 -0500 |
| commit | df7dd5d36a4e817c1c555a869a2752d61f4318e6 (patch) | |
| tree | a62c4e6e572257e53eddfc4ed38064602e61ec58 /Source/Core/VideoCommon/Statistics.cpp | |
| parent | 1e27183dff95ece6301b7171d2cd573a36a2dd65 (diff) | |
Config: Expose GFX_OVERLAY_PROJ_STATS setting in UI.
Diffstat (limited to 'Source/Core/VideoCommon/Statistics.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Statistics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Statistics.cpp b/Source/Core/VideoCommon/Statistics.cpp index 6e6dedfc62..378bffcd2a 100644 --- a/Source/Core/VideoCommon/Statistics.cpp +++ b/Source/Core/VideoCommon/Statistics.cpp @@ -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)) |
