Disable direct textures because of crashes.

This commit is contained in:
Ali Juma 2012-01-31 15:53:54 -05:00
Родитель abd0d5a2e4
Коммит 96f56480da
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -836,6 +836,8 @@ nsWindow::BindToTexture()
bool bool
nsWindow::HasDirectTexture() nsWindow::HasDirectTexture()
{ {
return false;
static bool sTestedDirectTexture = false; static bool sTestedDirectTexture = false;
static bool sHasDirectTexture = false; static bool sHasDirectTexture = false;