- fixed display of alpha textures without shaders.

As it turned out, the translation's alpha channel was clobbered by the whole setup.
This commit is contained in:
Christoph Oelckers 2016-04-26 19:11:32 +02:00
commit 913e3df7e3
6 changed files with 22 additions and 13 deletions

View file

@ -287,7 +287,7 @@ void gl_PrintStartupLog()
for (int i = 0; i < 256; i++)
{
remap->Remap[i] = i;
remap->Palette[i] = PalEntry(i, 255, 255);
remap->Palette[i] = PalEntry(i, 255, 255, 255);
}
}