Disable sHasDirectTexture because of crash in Nexus S

--HG--
extra : rebase_source : 03daaf6a9b7a562d95bf42c34b997ba234eed022
This commit is contained in:
Benoit Girard 2012-01-26 14:22:26 -05:00
Родитель 6f1646b79e
Коммит 9b1ab241df
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -103,7 +103,7 @@ static AndroidDirectTexture* sDirectTexture = new AndroidDirectTexture(2048, 204
AndroidGraphicBuffer::UsageSoftwareWrite | AndroidGraphicBuffer::UsageTexture,
gfxASurface::ImageFormatRGB16_565);
static bool sHasDirectTexture = true;
static bool sHasDirectTexture = false;
#endif