diff --git a/ExtLibs/Controls/HUD.cs b/ExtLibs/Controls/HUD.cs index 74cc27b994..ea1580b434 100644 --- a/ExtLibs/Controls/HUD.cs +++ b/ExtLibs/Controls/HUD.cs @@ -2862,7 +2862,7 @@ internal void doPaint() text = _batterylevel.ToString("0.00v") + " " + _current.ToString("0.0 A") + " " + (_batteryremaining) + "%"; drawstring(text, font, fontsize + 1, textcolor, bottomsize / 2 + 6, yPos[1]); if (displayCellVoltage & (_batterycellcount != 0)) - drawstring((_batterylevel / _batterycellcount).ToString("0.00v"), font, fontsize, textcolor, bottomsize / 2 + 6, yPos[1]); + drawstring((_batterylevel / _batterycellcount).ToString("0.00v"), font, fontsize, textcolor, bottomsize / 2 + 6, yPos[0]); } else