Minor formatting thing
This commit is contained in:
parent
f5624bfd4e
commit
74ab4d1a5f
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ void hexagram_cluster_draw_bg(hexagram_cluster *cluster,
|
|||
|
||||
void hexagram_cluster_draw_fg(hexagram_cluster *cluster,
|
||||
cairo_t *cr) {
|
||||
hexagram_tacho_draw_needle(&cluster->tacho, cr, cluster->state.rpm);
|
||||
hexagram_tacho_draw_needle(&cluster->tacho, cr,
|
||||
cluster->state.rpm);
|
||||
|
||||
hexagram_speedo_draw_needle(&cluster->speedo, cr,
|
||||
(2.032 * cluster->state.rps * 3600) / 1000.0);
|
||||
|
|
Loading…
Add table
Reference in a new issue