forked from organicmaps/organicmaps
Removed crash on startup
This commit is contained in:
parent
38f01643f1
commit
957b285e16
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Ruler::Ruler(Params const & p)
|
|||
Settings::Units units;
|
||||
units = Settings::Metric;
|
||||
|
||||
VERIFY(Settings::Get("Units", units), ());
|
||||
Settings::Get("Units", units);
|
||||
|
||||
switch (units)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue