Update rcore.c
This commit is contained in:
parent
298b8711a3
commit
258ddbf869
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user