Fixing imgui area stencil problem. ImguiDrawText now also draws outside of imgui area.
This commit is contained in:
parent
d67a940802
commit
831682d542
@ -1173,6 +1173,7 @@ struct Imgui
|
||||
|
||||
void endArea()
|
||||
{
|
||||
m_areaId.pop();
|
||||
nvgResetScissor(m_nvg);
|
||||
nvgEndFrame(m_nvg);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user