You don't have any invisible cash, do you?
This commit is contained in:
parent
65c6f5c9f6
commit
82968f2ef9
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@ static void draw_tachometer(cairo_t *cr,
|
|||
/*
|
||||
* Draw a gauge needle
|
||||
*/
|
||||
draw_needle(cr, x, y, 0.77 * r, 232 * (M_PI/180), 488 * (M_PI/180), 0.0);
|
||||
draw_needle(cr, x, y, 0.77 * r,
|
||||
232 * (M_PI/180),
|
||||
488 * (M_PI/180), 0.0);
|
||||
|
||||
/*
|
||||
* Draw a tiny boi circle
|
||||
|
|
Loading…
Add table
Reference in a new issue