mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Cleanup.
This commit is contained in:
parent
d8dc95383d
commit
3301da6ea3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue