diff options
author | 2016-02-09 14:27:17 +0100 | |
---|---|---|
committer | 2016-02-09 14:27:17 +0100 | |
commit | a8c8ec182f5af929f5085b2cda1ca41be0f7c2be (patch) | |
tree | 7b52d9a6ec2c06464c3b89e3374a5af5db8fe71b /3rdparty/bgfx/examples/common/imgui/imgui.cpp | |
parent | 0439abe3c7c3636dad33a93b77e7fb0e6d7f7fdf (diff) |
Update BGFX with latest code (nw)
Diffstat (limited to '3rdparty/bgfx/examples/common/imgui/imgui.cpp')
-rw-r--r-- | 3rdparty/bgfx/examples/common/imgui/imgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/common/imgui/imgui.cpp b/3rdparty/bgfx/examples/common/imgui/imgui.cpp index 3bc68d3d61d..2655e6ce0a1 100644 --- a/3rdparty/bgfx/examples/common/imgui/imgui.cpp +++ b/3rdparty/bgfx/examples/common/imgui/imgui.cpp @@ -468,7 +468,7 @@ struct Imgui IMGUI_create(_data, _size, _fontSize, m_allocator); - m_nvg = nvgCreate(1, m_view); + m_nvg = nvgCreate(1, m_view, m_allocator); nvgCreateFontMem(m_nvg, "default", (unsigned char*)_data, INT32_MAX, 0); nvgFontSize(m_nvg, _fontSize); nvgFontFace(m_nvg, "default"); |