Merge pull request #769 from dariomanesku/master

Fixing a memory overflow that caused the camera to move right all the…
This commit is contained in:
Branimir Karadžić 2016-04-21 10:55:52 -07:00
commit 20213fa952
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ struct Mouse
struct Keyboard
{
Keyboard()
: m_ring(BX_COUNTOF(m_char) )
: m_ring(BX_COUNTOF(m_char)-4)
{
}