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

master
MitchellHansen 7 years ago
parent 3ff6fb0b14
commit a280005bd9

@ -160,10 +160,10 @@ 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);
for (auto i : held_keys) { for (auto i : held_keys) {

Loading…
Cancel
Save