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

master
MitchellHansen 7 years ago
parent 3ff6fb0b14
commit a280005bd9

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

Loading…
Cancel
Save