Scale thermometer appropriately
This commit is contained in:
parent
d2ef10ead7
commit
1c598356ad
1 changed files with 1 additions and 1 deletions
|
@ -83,5 +83,5 @@ void hexagram_thermo_draw_needle(hexagram_thermo *thermo,
|
|||
hexagram_gauge_draw_needle(&thermo->gauge,
|
||||
cr,
|
||||
0.9,
|
||||
(temp * (9.0/5.0) + 32.0) / 260);
|
||||
((temp * (9.0/5.0) + 32.0) - 120) / 140.0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue