From cf7daaf435538c9848dfb0fb8dd0e5c9a4c74af2 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sun, 7 Jun 2026 17:08:47 +0200 Subject: Adds FPS --- core/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/client.cpp') 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"); -- cgit v1.2.1