revert to black video background, since we don't need the color-key anylonger

This commit is contained in:
Mathias Agopian
2009-09-15 19:31:28 -07:00
parent e611a6ed33
commit 8ae0384a78

View File

@@ -607,9 +607,10 @@ LayerBuffer::OverlaySource::~OverlaySource()
void LayerBuffer::OverlaySource::onDraw(const Region& clip) const
{
// this would be where the color-key would be set, should we need it.
GLclampx red = 0;
GLclampx green = 0;
GLclampx blue = 0x1818;
GLclampx blue = 0;
mLayer.clearWithOpenGL(clip, red, green, blue, 0);
}