screw you clang

This commit is contained in:
Malkierian 2025-05-01 19:45:51 -07:00
commit cffe16f1de

View file

@ -91,7 +91,7 @@ void SohMenu::AddMenuDevTools() {
.CVar(CVAR_DEVELOPER_TOOLS("LogLevel"))
.Options(ComboboxOptions()
.Tooltip("The log level determines which messages are printed to the console."
" This does not affect the log file output")
" This does not affect the log file output")
.ComboMap(logLevels))
.Callback([](WidgetInfo& info) {
Ship::Context::GetInstance()->GetLogger()->set_level(