I don't know...
This commit is contained in:
parent
8af9432397
commit
be140e80e7
1 changed files with 5 additions and 1 deletions
|
@ -167,7 +167,11 @@ static void draw_gauge_cluster(cairo_t *cr,
|
||||||
y + height * 0.76,
|
y + height * 0.76,
|
||||||
height * 0.13);
|
height * 0.13);
|
||||||
|
|
||||||
draw_fuel_gauge(cr, 582, 368, 64);
|
draw_fuel_gauge(cr,
|
||||||
|
x + width * 0.57,
|
||||||
|
y + height * 0.76,
|
||||||
|
height * 0.13);
|
||||||
|
|
||||||
draw_mfd(cr, 432, 48, 160, 240);
|
draw_mfd(cr, 432, 48, 160, 240);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue