Decal work. Not finished yet.

This commit is contained in:
Christoph Oelckers 2018-04-27 11:40:23 +02:00
commit 200848a487
6 changed files with 174 additions and 134 deletions

View file

@ -555,6 +555,7 @@ bool FDrawInfo::PutWallCompat(GLWall *wall, int passflag)
int list = list_indices[masked][foggy];
auto newwall = dldrawlists[list].NewWall();
*newwall = *wall;
if (!masked) newwall->ProcessDecals(this);
return true;
}