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:
authorrachytski <siarhei.rachytski@gmail.com>2011-12-15 23:05:20 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:30:18 +0300
commit6050c6af1872894d86ea61a0eeb32b24f098ca44 (patch)
tree7f0589b19fabdd48bbecf1d5912e828e4e0b087b /iphone/Maps/Classes/EAGLView.mm
parent43d96e441aad081cfb20850a56f97e3c83203003 (diff)
[android] fixed artifacts in alpha blending, switched off periodical updates to get rid of incorrect z-buffer bug.
Diffstat (limited to 'iphone/Maps/Classes/EAGLView.mm')
-rw-r--r--iphone/Maps/Classes/EAGLView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/EAGLView.mm b/iphone/Maps/Classes/EAGLView.mm
index f1203026b4..a51621c995 100644
--- a/iphone/Maps/Classes/EAGLView.mm
+++ b/iphone/Maps/Classes/EAGLView.mm
@@ -131,7 +131,7 @@
shared_ptr<DrawerYG> drawer = framework->GetRenderPolicy()->GetDrawer();
drawer->screen()->beginFrame();
- drawer->screen()->clear();
+ drawer->screen()->clear(yg::gl::Screen::s_bgColor);
drawer->screen()->endFrame();
}