changeset 120:a4830b62ff5d

Increase delay here a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Oct 2012 03:43:43 +0300
parents a69ed6a504ad
children 16fc6e6cf3b5
files efu.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/efu.c	Thu Oct 04 03:43:09 2012 +0300
+++ b/efu.c	Thu Oct 04 03:43:43 2012 +0300
@@ -460,7 +460,7 @@
                 SDL_UnlockSurface(screen);
 
             SDL_Flip(screen);
-            SDL_Delay(10);
+            SDL_Delay(20);
         }
 
         endTime = SDL_GetTicks();