This commit is contained in:
Бранимир Караџић 2023-06-30 18:38:47 -07:00
parent 787ecc1138
commit 43aa2b6bca

View File

@ -188,6 +188,8 @@ struct OcornutImguiContext
void create(float _fontSize, bx::AllocatorI* _allocator)
{
IMGUI_CHECKVERSION();
m_allocator = _allocator;
if (NULL == _allocator)