summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/imgui/imgui.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-03-13 17:40:15 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-03-13 17:40:15 +0100
commit7360ae65479fab0a5ef6faab186496a604dbc952 (patch)
tree84b5270bd4538c3b8b53ffab70a86e08de4ee42c /3rdparty/bgfx/examples/common/imgui/imgui.cpp
parent820ec98714cb229971830ac53df8e40dd12010ab (diff)
updated 3rd party (nw)
Diffstat (limited to '3rdparty/bgfx/examples/common/imgui/imgui.cpp')
-rw-r--r--3rdparty/bgfx/examples/common/imgui/imgui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/common/imgui/imgui.cpp b/3rdparty/bgfx/examples/common/imgui/imgui.cpp
index cdd918c0fbb..a2f572022d8 100644
--- a/3rdparty/bgfx/examples/common/imgui/imgui.cpp
+++ b/3rdparty/bgfx/examples/common/imgui/imgui.cpp
@@ -813,6 +813,7 @@ struct Imgui
void beginFrame(int32_t _mx, int32_t _my, uint8_t _button, int32_t _scroll, uint16_t _width, uint16_t _height, char _inputChar, uint8_t _view)
{
IMGUI_beginFrame(_mx, _my, _button, _width, _height, _inputChar, _view);
+ nvgViewId(m_nvg, _view);
m_view = _view;
m_viewWidth = _width;