From a280005bd95a34227662aae04e3ca64dc38f6d59 Mon Sep 17 00:00:00 2001 From: MitchellHansen Date: Wed, 27 Sep 2017 23:42:33 -0700 Subject: [PATCH] It's the year 2017. Why the hell does VS not autosave? --- src/Input.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);