mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Slightly better thread names
This commit is contained in:
@@ -214,7 +214,7 @@ void CConsoleHandler::setColor(EConsoleTextColor::EConsoleTextColor color)
|
||||
|
||||
int CConsoleHandler::run() const
|
||||
{
|
||||
setThreadName("CConsoleHandler::run");
|
||||
setThreadName("consoleHandler");
|
||||
//disabling sync to make in_avail() work (othervice always returns 0)
|
||||
{
|
||||
TLockGuard _(smx);
|
||||
|
||||
Reference in New Issue
Block a user