Uh...sure. But no cheese, and um, extra sauce?
This commit is contained in:
parent
0ffe77aede
commit
43935829f0
1 changed files with 5 additions and 1 deletions
|
@ -157,7 +157,11 @@ static void draw_gauge_cluster(cairo_t *cr,
|
|||
y + height * 0.5,
|
||||
height * 0.4);
|
||||
|
||||
draw_speedometer(cr, 816, 240, 192);
|
||||
draw_speedometer(cr,
|
||||
x + width * 0.8,
|
||||
y + height * 0.5,
|
||||
height * 0.4);
|
||||
|
||||
draw_thermometer(cr, 442, 368, 64);
|
||||
draw_fuel_gauge(cr, 582, 368, 64);
|
||||
draw_mfd(cr, 432, 48, 160, 240);
|
||||
|
|
Loading…
Add table
Reference in a new issue