mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixing inputGetChar().
This commit is contained in:
parent
c7bd2c5e67
commit
aa6c92ff40
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ struct Keyboard
|
|||
popChar();
|
||||
}
|
||||
|
||||
memcpy(&m_char[m_ring.m_write], _char, 4);
|
||||
memcpy(&m_char[m_ring.m_current], _char, 4);
|
||||
m_ring.commit(4);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue