Address non-sensical variable assignment

This commit is contained in:
jpirnay
2026-04-02 18:43:09 +02:00
parent d7bd88bec7
commit da270f77fd
@@ -638,7 +638,6 @@ void WeatherActivity::renderHourlyGraph(int x, int y, int w, int h) {
float mid = (tempMax + tempMin) / 2.0f;
tempMin = mid - 2.5f;
tempMax = mid + 2.5f;
tempRange = 5.0f;
}
tempMin -= 1.0f;
tempMax += 1.0f;