Fix typo.

This commit is contained in:
vng 2012-07-09 00:03:33 -07:00 committed by Alex Zolotarev
parent 36e2064bc1
commit 7055ab7778

View file

@ -89,7 +89,7 @@ void Framework::OnGpsUpdate(location::GpsInfo const & info)
// correct rect scale if country isn't downloaded
int const upperScale = scales::GetUpperWorldScale();
if (rectScale > upperScale && IsCountryLoaded(center))
if (rectScale > upperScale && !IsCountryLoaded(center))
{
setScale = upperScale;
}