Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-01-13 18:20:37 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2016-01-13 18:20:37 +0300
commitd5d41f15a36b57b15c7cf97a7deb8d6f4ae6636c (patch)
tree957c0d912b952b12e68f627553a6fa031a365628 /iphone/Maps/Settings
parent2ab9795d8a12d3452337b52726416c91bcb1e646 (diff)
[ios] Fixed bug with 3d buildings in settings.
Diffstat (limited to 'iphone/Maps/Settings')
-rw-r--r--iphone/Maps/Settings/SettingsViewController.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Settings/SettingsViewController.mm b/iphone/Maps/Settings/SettingsViewController.mm
index 8102b18776..7a0c641f4b 100644
--- a/iphone/Maps/Settings/SettingsViewController.mm
+++ b/iphone/Maps/Settings/SettingsViewController.mm
@@ -138,6 +138,7 @@ typedef NS_ENUM(NSUInteger, Section)
bool on = true, _ = true;
GetFramework().Load3dMode(_, on);
customCell.titleLabel.text = L(@"pref_map_3d_buildings_title");
+ break;
}
// Zoom buttons
case 3: