Remove debugging code
This commit is contained in:
parent
2c069349a3
commit
5f3f51140f
1 changed files with 0 additions and 5 deletions
|
|
@ -1146,11 +1146,6 @@ void HWWall::DoTexture(HWWallDispatcher *di, FRenderState& state, int _type,seg_
|
|||
|
||||
if (di->di)
|
||||
{
|
||||
if (seg->sidedef->Index() == 55)
|
||||
{
|
||||
type = _type;
|
||||
}
|
||||
|
||||
if (seg->sidedef->LightmapTiles.Size() >= 4 && type >= RENDERWALL_TOP && type <= RENDERWALL_BOTTOM)
|
||||
{
|
||||
lightmaptile = seg->sidedef->LightmapTiles[type - RENDERWALL_TOP];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue