mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 13:32:59 +01:00
Changed thread init function.
This commit is contained in:
@@ -754,7 +754,7 @@ namespace bgfx
|
||||
#if BGFX_CONFIG_MULTITHREADED
|
||||
if (_createRenderThread)
|
||||
{
|
||||
m_thread.init();
|
||||
m_thread.init(renderThread, this);
|
||||
}
|
||||
#else
|
||||
BX_UNUSED(_createRenderThread);
|
||||
|
||||
Reference in New Issue
Block a user