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
path: root/map
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-10-06 11:34:07 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-10-06 15:11:23 +0300
commit9d39fd37c7c188855d0a6e5e1f401b6607707507 (patch)
tree83edb83c7a143633e75669798790103b9d640e9d /map
parent6dc03b1114362f2f06244422c88a1d159d827f5b (diff)
Review fixes
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 3bd858f5d7..8b0e412bcf 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -1621,6 +1621,8 @@ void Framework::UpdateDrapeEngine(int width, int height)
InvalidateUserMarks();
UpdatePlacePageInfoForCurrentSelection();
+
+ //TODO: update traffic data
}
}