forked from organicmaps/organicmaps
Merge pull request #1377 from rokuz/ios-hotfix
Hotfixed a critical bug in drape
This commit is contained in:
commit
ae1891ff3c
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue