This commit is contained in:
Бранимир Караџић 2023-06-30 18:38:47 -07:00
parent 787ecc1138
commit 43aa2b6bca
1 changed files with 2 additions and 0 deletions

View File

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