mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixing imgui area stencil problem. ImguiDrawText now also draws outside of imgui area.
This commit is contained in:
parent
d67a940802
commit
831682d542
1 changed files with 1 additions and 0 deletions
|
@ -1173,6 +1173,7 @@ struct Imgui
|
||||||
|
|
||||||
void endArea()
|
void endArea()
|
||||||
{
|
{
|
||||||
|
m_areaId.pop();
|
||||||
nvgResetScissor(m_nvg);
|
nvgResetScissor(m_nvg);
|
||||||
nvgEndFrame(m_nvg);
|
nvgEndFrame(m_nvg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue