It's the year 2017. Why the hell does VS not autosave?

This commit is contained in:
MitchellHansen
2017-09-27 23:42:33 -07:00
parent 3ff6fb0b14
commit a280005bd9

View File

@@ -160,9 +160,9 @@ void Input::render_gui() {
ImGui::NextColumn(); ImGui::NextColumn();
} }
ImGui::Text("Pressed Keyboard Keys");
ImGui::Separator(); ImGui::Separator();
ImGui::Text("Pressed Keyboard Keys");
ImGui::Columns(6); ImGui::Columns(6);