From 04f6d84ba4f390c27a23ecebe8bb120ff477e090 Mon Sep 17 00:00:00 2001 From: Yggdrasil75 Date: Wed, 19 Nov 2025 09:28:38 -0500 Subject: [PATCH] sdfb --- tests/g2chromatic2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/g2chromatic2.cpp b/tests/g2chromatic2.cpp index b57e74c..3b4b53b 100644 --- a/tests/g2chromatic2.cpp +++ b/tests/g2chromatic2.cpp @@ -363,7 +363,7 @@ int main() { // Optional: Show a progress indicator ImGui::Text("Generating..."); } - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / io.Framerate, io.Framerate); + //ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / io.Framerate, io.Framerate); // is this broken or is it just cause I have no refresh buffer in this loop? ImGui::End(); }