This commit is contained in:
Branimir Karadžić 2015-09-08 20:57:31 -07:00
parent d8dc95383d
commit 3301da6ea3

View File

@ -984,7 +984,7 @@ namespace bgfx
else
{
BX_TRACE("Creating rendering thread.");
m_thread.init(renderThread, this);
m_thread.init(renderThread, this, 0, "bgfx - renderer backend thread");
m_singleThreaded = false;
}
#else