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(); }