mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Added 1px to scissor area.
This commit is contained in:
parent
815312466c
commit
a9a2895132
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ struct Imgui
|
|||
area.m_scissorX = area.m_contentX;
|
||||
area.m_scissorWidth = area.m_contentWidth;
|
||||
|
||||
area.m_scissorY = top;
|
||||
area.m_scissorY = top - 1;
|
||||
area.m_scissorHeight = bottom - top;
|
||||
area.m_scissorEnabled = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue