logging overhaul

This commit is contained in:
SimoneN64
2023-06-05 17:07:20 +02:00
parent 9e37e961ba
commit df3775a559
26 changed files with 145 additions and 145 deletions

View File

@@ -91,7 +91,7 @@ void Settings::RenderWidget(bool& show) {
}
break;
case SelectedSetting::COUNT:
Util::panic("BRUH\n");
Util::panic("BRUH");
}
ImGui::EndPopup();