Merge pull request #1377 from rokuz/ios-hotfix

Hotfixed a critical bug in drape
This commit is contained in:
Viktor Govako 2016-01-13 19:07:29 +03:00
commit ae1891ff3c

View file

@ -958,7 +958,8 @@ void FrontendRenderer::RenderScene(ScreenBase const & modelView)
AfterDrawFrame();
#endif
MergeBuckets();
//TODO: there is a bug in this function, commented until investigation completion.
//MergeBuckets();
}
void FrontendRenderer::MergeBuckets()