Log: Fix system console

This commit is contained in:
Stenzek 2023-09-30 17:08:38 +10:00
parent c1e6616e5f
commit fa6ef1d04e
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ void Log::SetConsoleOutputParams(bool enabled, bool timestamps)
{
std::unique_lock lock(s_callback_mutex);
s_console_output_enabled = timestamps;
s_console_output_timestamps = timestamps;
if (s_console_output_enabled == enabled)
return;