forked from organicmaps/organicmaps
Review fix.
This commit is contained in:
parent
43e906bfdd
commit
6fe87a4f07
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ bool UserEventStream::SetScale(m2::PointD const & pxScaleCenter, double factor,
|
|||
bool UserEventStream::SetCenter(m2::PointD const & center, int zoom, bool isAnim)
|
||||
{
|
||||
m2::PointD targetCenter = center;
|
||||
ang::Angle<double> angle;
|
||||
ang::AngleD angle;
|
||||
m2::RectD localRect;
|
||||
|
||||
ScreenBase const &screen = GetCurrentScreen();
|
||||
|
|
Loading…
Add table
Reference in a new issue