Cleanup.
This commit is contained in:
parent
501d260c3f
commit
d5bea0e7fd
3 changed files with 7 additions and 6 deletions
examples/common/imgui
|
@ -773,7 +773,7 @@ struct Imgui
|
|||
|
||||
void beginFrame(int32_t _mx, int32_t _my, uint8_t _button, int32_t _scroll, uint16_t _width, uint16_t _height, char _inputChar, uint8_t _view)
|
||||
{
|
||||
IMGUI_beginFrame(_mx, _my, _button, _width, _height, _view);
|
||||
IMGUI_beginFrame(_mx, _my, _button, _width, _height, _inputChar, _view);
|
||||
|
||||
m_view = _view;
|
||||
m_viewWidth = _width;
|
||||
|
|
Reference in a new issue