Changed thread init function.

This commit is contained in:
bkaradzic
2012-12-04 20:07:14 -08:00
parent aaa5a73917
commit 6c6efd274e
2 changed files with 2 additions and 8 deletions

View File

@@ -754,7 +754,7 @@ namespace bgfx
#if BGFX_CONFIG_MULTITHREADED
if (_createRenderThread)
{
m_thread.init();
m_thread.init(renderThread, this);
}
#else
BX_UNUSED(_createRenderThread);