forked from organicmaps/organicmaps
Fix typo.
This commit is contained in:
parent
36e2064bc1
commit
7055ab7778
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue