X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=main.c;h=ea1f5364db5892431060b71e8cbf359ec46252bd;hp=8a4f08536e17ede2df2ef561e0f1ccf5dea10ce8;hb=a61d12a904040e20a434b432d62b6790fc7e4db3;hpb=badd0f9bfc6dad829073e606c1953572ece1b06b diff --git a/main.c b/main.c index 8a4f085..ea1f536 100644 --- a/main.c +++ b/main.c @@ -144,7 +144,7 @@ new_bang_dots(int xbang, int ybang, int dx, int dy, SDL_Surface *s) int row_inc; double theta, r; - n = 12.0 * t_frame; + n = 24.0 * t_frame; pixel = s->pixels; row_inc = s->pitch/sizeof(uint16_t) - s->w; colorkey = s->format->colorkey;