Uh...sure. But no cheese, and um, extra sauce?

This commit is contained in:
XANTRONIX Development 2019-05-26 16:07:20 -05:00
parent 0ffe77aede
commit 43935829f0

View file

@ -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);