Set alpha to 0

This commit is contained in:
vlj
2014-05-25 02:42:39 +02:00
parent bdc13d3bb9
commit 0bd5d0973d

View File

@@ -518,7 +518,7 @@ void IrrDriver::renderSolidFirstPass()
void IrrDriver::renderSolidSecondPass()
{
SColor clearColor(255, 150, 150, 150);
SColor clearColor(0., 150, 150, 150);
if (World::getWorld() != NULL)
clearColor = World::getWorld()->getClearColor();