Remove debug code
This commit is contained in:
parent
3ee97ceb4f
commit
0b503f4c98
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user