forked from organicmaps/organicmaps
clearing model caches on memoryWarning.
This commit is contained in:
parent
6ef28222f8
commit
b85dd9307c
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ public:
|
|||
|
||||
void EnterBackground()
|
||||
{
|
||||
m_model.ClearCaches();
|
||||
m_renderQueue.enterBackground();
|
||||
|
||||
if (m_windowHandle)
|
||||
|
|
Loading…
Add table
Reference in a new issue