mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed build.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user