diff --git a/src/input.c b/src/input.c index 0690bb1..fdac950 100644 --- a/src/input.c +++ b/src/input.c @@ -64,7 +64,7 @@ void getInput(){ pause(){ while(getch()!='p'){ - sleep(1); + sleep(0.10); } }