mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Making imguiCollapse more aesthetically pleasing.
This commit is contained in:
parent
1e2bdaf13a
commit
0d19fe5750
1 changed files with 1 additions and 1 deletions
|
@ -1875,7 +1875,7 @@ struct Imgui
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
drawTriangle(cx
|
drawTriangle(cx-1 // With -1 is more aesthetically pleasing.
|
||||||
, cy
|
, cy
|
||||||
, CHECK_SIZE
|
, CHECK_SIZE
|
||||||
, CHECK_SIZE
|
, CHECK_SIZE
|
||||||
|
|
Loading…
Reference in a new issue