From ee463894863f4101d73bfb848edd7c46e45ded67 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 6 Oct 2012 00:20:50 +0100 Subject: [PATCH] Decreased non blocking delay --- src/input_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input_win.c b/src/input_win.c index 15f095bf..308d4046 100644 --- a/src/input_win.c +++ b/src/input_win.c @@ -110,7 +110,7 @@ inp_clear(void) void inp_non_block(void) { - wtimeout(inp_win, 100); + wtimeout(inp_win, 20); } void