1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-15 00:01:56 +00:00

Merge remote-tracking branch 'ace/patch-1'

This commit is contained in:
Marc Zinnschlag 2014-01-16 12:19:32 +01:00
commit b9869e8519

View file

@ -186,7 +186,7 @@ namespace MWGui
if (widget)
{
int modified = value.getModified(), base = value.getBase();
std::string text = boost::lexical_cast<std::string>(std::floor(modified));
std::string text = boost::lexical_cast<std::string>(modified);
std::string state = "normal";
if (modified > base)
state = "increased";