diff --git a/src/simulation/Sign.cpp b/src/simulation/Sign.cpp index 7b5915d1d3..c9d734debf 100644 --- a/src/simulation/Sign.cpp +++ b/src/simulation/Sign.cpp @@ -30,7 +30,7 @@ std::string sign::getText(Simulation *sim) float aheat = 0.0f; if (x>=0 && x=0 && yhv[y/CELL][x/CELL]; - sprintf(buff, "%3.2f", aheat); + sprintf(buff, "%3.2f", aheat-273.15); } else if (!strcmp(signText,"{t}")) {