TRAC #12157
Signed-off-by: Shannon Woods
Signed-off-by: Daniel Koch

Author:    Nicolas Capens

git-svn-id: https://angleproject.googlecode.com/svn/trunk@232 736b8ea6-26fd-11df-bfd4-992fa37f6226
This commit is contained in:
daniel@transgaming.com 2010-05-05 18:47:58 +00:00
Родитель ae072afe19
Коммит 8ede24f7b8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2164,7 +2164,7 @@ void Context::clear(GLbitfield mask)
device->Clear(0, NULL, D3DCLEAR_ZBUFFER, color, depth, stencil);
}
}
else
else if (flags)
{
device->Clear(0, NULL, flags, color, depth, stencil);
}