зеркало из https://github.com/mozilla/pjs.git
Disable sHasDirectTexture because of crash in Nexus S
--HG-- extra : rebase_source : 03daaf6a9b7a562d95bf42c34b997ba234eed022
This commit is contained in:
Родитель
6f1646b79e
Коммит
9b1ab241df
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче