*The Cheat questions the situation*

This commit is contained in:
XANTRONIX Development 2019-05-26 16:12:21 -05:00
parent 43935829f0
commit 8af9432397

View file

@ -162,7 +162,11 @@ static void draw_gauge_cluster(cairo_t *cr,
y + height * 0.5,
height * 0.4);
draw_thermometer(cr, 442, 368, 64);
draw_thermometer(cr,
x + width * 0.43,
y + height * 0.76,
height * 0.13);
draw_fuel_gauge(cr, 582, 368, 64);
draw_mfd(cr, 432, 48, 160, 240);
}