mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Removed thread check for getInternalData.
This commit is contained in:
@@ -346,7 +346,6 @@ namespace bgfx
|
||||
|
||||
const InternalData* getInternalData()
|
||||
{
|
||||
BGFX_CHECK_RENDER_THREAD();
|
||||
return &g_internalData;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user