SFML community forums
General => General discussions => Topic started by: belphegor on March 29, 2012, 04:38:07 pm
-
Int32 Time::asMilliseconds() const
{
return static_cast<Uint32>(m_microseconds / 1000);
}
Care to explain why cast to Uint32 and then return Int32?
-
Just a mistake, it's corrected now.
-
There is still few more casting "mistakes" in same file. :)
-
Arg... Should be ok now :P