mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixing scroll bug that was introduced with the previous imgui commit.
This commit is contained in:
parent
2dea8c8abe
commit
60f3b73d01
1 changed files with 1 additions and 1 deletions
|
@ -2649,7 +2649,7 @@ struct Imgui
|
||||||
int32_t m_widgetY;
|
int32_t m_widgetY;
|
||||||
int32_t m_widgetW;
|
int32_t m_widgetW;
|
||||||
int32_t* m_scrollVal;
|
int32_t* m_scrollVal;
|
||||||
uint16_t m_scrollId;
|
uint32_t m_scrollId;
|
||||||
bool m_inside;
|
bool m_inside;
|
||||||
bool m_scissorEnabled;
|
bool m_scissorEnabled;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue