Added spdlog test button

This commit is contained in:
Ryzerth 2021-02-08 20:08:59 +01:00
parent 7ff8f3f7b9
commit c846e0f400

View File

@ -555,6 +555,10 @@ void drawWindow() {
ImGui::Checkbox("Experimental zoom", &experimentalZoom);
ImGui::Text("ImGui version: %s", ImGui::GetVersion());
if (ImGui::Button("Test Bug")) {
spdlog::error("Will this make the software crash?");
}
ImGui::Spacing();
}