mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Merge pull request #289 from dariomanesku/master
Fixing imgui area stencil problem.
This commit is contained in:
commit
c670770c32
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