Additional fix to 4a625d0

This commit is contained in:
spx 2013-06-17 20:57:50 +09:00
parent 4a625d0c2f
commit bda6e3aa47

View File

@ -180,6 +180,10 @@ bool MeterImage::Update()
}
}
}
else // read from the skin
{
s_ImageNameResult = m_ImageName;
}
LoadImage(s_ImageNameResult, (wcscmp(oldResult.c_str(), s_ImageNameResult.c_str()) != 0));
return true;