зеркало из https://github.com/mozilla/pjs.git
Disable direct textures because of crashes.
This commit is contained in:
Родитель
abd0d5a2e4
Коммит
96f56480da
|
@ -836,6 +836,8 @@ nsWindow::BindToTexture()
|
|||
bool
|
||||
nsWindow::HasDirectTexture()
|
||||
{
|
||||
return false;
|
||||
|
||||
static bool sTestedDirectTexture = false;
|
||||
static bool sHasDirectTexture = false;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче