Fixed build.

This commit is contained in:
Branimir Karadžić 2017-11-04 15:49:02 -07:00
parent df69aea77e
commit 05e550c2b2

View File

@ -66,7 +66,7 @@ namespace entry
int m_argc;
const char* const* m_argv;
static int32_t threadFunc(bx::Thread* _thread, void* _userData);
static int32_t threadFunc(bx::Thread* _thread, void* _userData)
{
BX_UNUSED(_thread);