From b18940d3c6ff12054b89ed41b3b2fe83e3c4ce69 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 18 Feb 2020 18:03:28 +0100 Subject: [PATCH] Remove spaces --- src/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core.c b/src/core.c index 0277cebee..2c3141129 100644 --- a/src/core.c +++ b/src/core.c @@ -4660,11 +4660,11 @@ static void InitEvdevInput(void) CORE.Input.Touch.position[i].x = -1; CORE.Input.Touch.position[i].y = -1; } - + // Reset keypress buffer CORE.Input.Keyboard.lastKeyPressed.Head = 0; CORE.Input.Keyboard.lastKeyPressed.Tail = 0; - + // Reset keyboard key state for (int i = 0; i < 512; i++) CORE.Input.Keyboard.currentKeyState[i] = 0;