Stop the throbber resetting itself to frame 1

This commit is contained in:
Chris Young 2014-07-05 19:07:20 +01:00
parent ab5b2d9afe
commit f5c62c2291

View File

@ -424,7 +424,7 @@ void gui_window_start_throbber(struct gui_window *g)
}
g->throbbing = true;
g->shared->throbber_frame = 1;
if(g->shared->throbber_frame == 0) g->shared->throbber_frame = 1;
ami_throbber_redraw_schedule(throbber_update_interval, g);
}