- changed rendering of sky cubemaps to use precalculated vertex data from the SkyVertexBuffer.

This commit is contained in:
Christoph Oelckers 2016-08-04 12:16:53 +02:00
commit 7ba6269450
3 changed files with 86 additions and 93 deletions

View file

@ -322,7 +322,7 @@ static void PrepareTransparentDoors(sector_t * sector)
sector_t * nextsec=NULL;
#ifdef _DEBUG
if (sector-sectors==2)
if (sector-sectors==34)
{
int a = 0;
}