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

View File

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