Analog Value not updating?

So,

    lcd.setCursor(15, 3);
    lcd.print(Eng2);

Should display the voltage, but it only displays it once and never updates even though it is in a loop.

    lcd.setCursor(2, 2);
    lcd.print(Temp);

However in the same loop updates perfectly.