Should fix issue #456

master
tomangelo2 2015-04-14 22:16:47 +02:00 committed by krzys-h
parent 9bc7c47d77
commit 802aaad1a4
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void CInput::EventProcess(Event& event)
/* Motion vector management */
if (event.type == EVENT_KEY_DOWN)
if (event.type == EVENT_KEY_DOWN && !(event.kmodState & KEY_MOD(ALT) ) )
{
if (event.key.slot == INPUT_SLOT_UP ) m_keyMotion.y = 1.0f;
if (event.key.slot == INPUT_SLOT_DOWN ) m_keyMotion.y = -1.0f;