From ca95c56e226d79c9f135852acf6df9853f275ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Con=C3=A1l?= Date: Wed, 31 Jan 2024 16:48:22 -0500 Subject: [PATCH] Fixed minor UI error --- UI/UI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/UI.cpp b/UI/UI.cpp index 6bf1943..85937fc 100644 --- a/UI/UI.cpp +++ b/UI/UI.cpp @@ -91,7 +91,6 @@ void UI::newFrame() { ImGui::Text("FPS: %f", info.fps); ImGui::Checkbox("Fly Camera", &info.flycam); - ImGui::Text("Fly Camera mode: %b"); ImGui::SliderAngle("Theta", &info.cam.theta, 0.01, 179.9); ImGui::SliderAngle("Phi", &info.cam.phi, 0.0, 360.0, "%.0f def"); ImGui::SliderFloat("cam.x", &info.cam.pos.x, -1e2, 1e2);