mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 13:53:14 +01:00
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
@@ -611,10 +611,7 @@ struct Imgui
|
||||
m_left = left;
|
||||
m_scroll = _scroll;
|
||||
|
||||
if (_inputChar > 0x80)
|
||||
{
|
||||
_inputChar = 0;
|
||||
}
|
||||
_inputChar = 0 > _inputChar ? 0 : _inputChar;
|
||||
m_lastChar = m_char;
|
||||
m_char = _inputChar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user