Remove debug code

This commit is contained in:
Reece Mackie 2019-04-26 20:34:41 +01:00
parent 3ee97ceb4f
commit 0b503f4c98

View File

@ -3220,9 +3220,6 @@ static void PollInputEvents(void)
if (actualKey > -1) if (actualKey > -1)
currentKeyState[actualKey] = msg->Char0; currentKeyState[actualKey] = msg->Char0;
if (msg->Char0)
msg->Char0 = 2;
break; break;
} }