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