aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/client.cpp1
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");