mirror of https://github.com/bkaradzic/bgfx
Cleanup.
This commit is contained in:
parent
787ecc1138
commit
43aa2b6bca
|
@ -188,6 +188,8 @@ struct OcornutImguiContext
|
|||
|
||||
void create(float _fontSize, bx::AllocatorI* _allocator)
|
||||
{
|
||||
IMGUI_CHECKVERSION();
|
||||
|
||||
m_allocator = _allocator;
|
||||
|
||||
if (NULL == _allocator)
|
||||
|
|
Loading…
Reference in New Issue