Update rcore.c

This commit is contained in:
Nickolas McDonald 2023-08-19 22:09:30 -04:00
parent 298b8711a3
commit 258ddbf869

View File

@ -3791,7 +3791,7 @@ bool IsKeyRepeated(int key)
{
if (!KEY_SAFE(key)) return false;
if (CORE.Input.Keyboard.repeatKeyState[key] == 1) return true;
else return false;
else return false;
}
// Get the last key pressed