I can almost taste the buttery clawmeats!

This commit is contained in:
XANTRONIX Development 2019-05-26 11:02:17 -05:00
parent 75afc72f7a
commit af3de09f10

View file

@ -63,7 +63,7 @@ static void draw_tachometer(cairo_t *cr,
cairo_set_font_size(cr, 24);
cairo_set_source_rgb(cr, 1, 1, 1);
cairo_arc(cr, x, y, r, 0, 360 * (M_PI/180));
cairo_arc(cr, x, y, r, 0, 2*M_PI);
cairo_stroke(cr);
/*