mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
PR feedback: use CVAR_DEVELOPER_TOOLS in CVar builder.
This commit is contained in:
parent
0e71ed026d
commit
f6dda35eaf
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ void SohMenu::AddMenuDevTools() {
|
|||
})
|
||||
.SameLine(true);
|
||||
AddWidget(path, "Log Level", WIDGET_CVAR_COMBOBOX)
|
||||
.CVar("gDeveloperTools.LogLevel")
|
||||
.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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue