diff --git a/src/Input.cpp b/src/Input.cpp index c2032ee..98010ff 100644 --- a/src/Input.cpp +++ b/src/Input.cpp @@ -160,9 +160,9 @@ void Input::render_gui() { ImGui::NextColumn(); } - ImGui::Text("Pressed Keyboard Keys"); - ImGui::Separator(); + + ImGui::Text("Pressed Keyboard Keys"); ImGui::Columns(6);