added per-sector sky UDMF properties.

(Hardware rendering only, the SW renderer is not in a state where this is easily done.)
This commit is contained in:
Christoph Oelckers 2023-10-29 17:49:59 +01:00
commit bdee1f3d34
14 changed files with 63 additions and 21 deletions

View file

@ -1637,3 +1637,4 @@ void vertex_t::RecalcVertexHeights()
if (numheights <= 2) numheights = 0; // is not in need of any special attention
dirty = false;
}