diff --git a/src/core.c b/src/core.c index df4ad75fa..ff43ae08d 100644 --- a/src/core.c +++ b/src/core.c @@ -3220,9 +3220,6 @@ static void PollInputEvents(void) if (actualKey > -1) currentKeyState[actualKey] = msg->Char0; - - if (msg->Char0) - msg->Char0 = 2; break; }