Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Jul 1, 2023
1 parent 787ecc1 commit 43aa2b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/common/imgui/imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ struct OcornutImguiContext

void create(float _fontSize, bx::AllocatorI* _allocator)
{
IMGUI_CHECKVERSION();

m_allocator = _allocator;

if (NULL == _allocator)
Expand Down

0 comments on commit 43aa2b6

Please sign in to comment.