diff options
Diffstat (limited to 'PidginImage.c')
-rw-r--r-- | PidginImage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PidginImage.c b/PidginImage.c index 791926d..9cd0b39 100644 --- a/PidginImage.c +++ b/PidginImage.c @@ -34,7 +34,7 @@ void draw_Pidgin(SDL_Surface* surface, int x, int y) { void Pidgin_IncrementFrame() { delay++; //printf("%d\n", delay); - if(delay >= 50) { + if(delay >= 10) { delay = 0; animation_index+=ax; sdl_rect_source.y = animation_index * PIDGIN_HEIGHT; |