Fix trash drawing.

This commit is contained in:
vng 2012-01-04 16:16:07 +03:00 committed by Alex Zolotarev
parent 79eccc8f65
commit f1ccc90dad

View file

@ -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