diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-06-07 17:08:47 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-06-07 17:08:47 +0200 |
| commit | cf7daaf435538c9848dfb0fb8dd0e5c9a4c74af2 (patch) | |
| tree | e6a52115b5a0798a4e3aa07dd3be5520ae020f58 /core | |
| parent | 6d225cc44104306bac5d32c41734fefc1af95614 (diff) | |
Adds FPS
Diffstat (limited to 'core')
| -rw-r--r-- | core/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/client.cpp b/core/client.cpp index a5cf6d6..9883f50 100644 --- a/core/client.cpp +++ b/core/client.cpp @@ -781,6 +781,7 @@ void gui_render_data_col(void) { ImGui::LabelText("mvec-loop", "false"); #endif ImGui::LabelText("data-push", "%#lx", DATA_PUSH_INTERVAL); + ImGui::LabelText("fps", "%.1f", g_imgui_io->Framerate); ImGui::SeparatorText("Data fields"); |
