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
parent eb69d1849d
commit e647509077

View File

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