forked from organicmaps/organicmaps-tmp
Fix trash drawing.
This commit is contained in:
parent
79eccc8f65
commit
f1ccc90dad
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ int Platform::ScaleEtalonSize() const
|
|||
|
||||
int Platform::VideoMemoryLimit() const
|
||||
{
|
||||
return 100 * 1024 * 1024;
|
||||
return 20 * 1024 * 1024;
|
||||
}
|
||||
|
||||
bool Platform::IsFeatureSupported(string const & feature) const
|
||||
|
|
Loading…
Add table
Reference in a new issue