mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Merge pull request #153 from dariomanesku/master
Fixing scroll bug that was introduced with the previous imgui commit.
This commit is contained in:
@@ -2649,7 +2649,7 @@ struct Imgui
|
||||
int32_t m_widgetY;
|
||||
int32_t m_widgetW;
|
||||
int32_t* m_scrollVal;
|
||||
uint16_t m_scrollId;
|
||||
uint32_t m_scrollId;
|
||||
bool m_inside;
|
||||
bool m_scissorEnabled;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user