mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -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()
|
||||
{
|
||||
m_areaId.pop();
|
||||
nvgResetScissor(m_nvg);
|
||||
nvgEndFrame(m_nvg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue