Decreased non blocking delay

This commit is contained in:
James Booth
2012-10-06 00:20:50 +01:00
parent 47fd81d5b9
commit ee46389486

View File

@@ -110,7 +110,7 @@ inp_clear(void)
void void
inp_non_block(void) inp_non_block(void)
{ {
wtimeout(inp_win, 100); wtimeout(inp_win, 20);
} }
void void