- linked new properties with the renderer.

Support for the softpoly renderer still missing.
This commit is contained in:
Christoph Oelckers 2019-12-20 18:56:03 +01:00
commit 03537e90ff
8 changed files with 41 additions and 10 deletions

View file

@ -1503,6 +1503,7 @@ public:
sec->SetYScale(sector_t::ceiling, 1.);
sec->SetAlpha(sector_t::floor, 1.);
sec->SetAlpha(sector_t::ceiling, 1.);
sec->ColorScaleFactor[0] = sec->ColorScaleFactor[1] = sec->ColorScaleFactor[2] = 1.f;
sec->thinglist = nullptr;
sec->touching_thinglist = nullptr; // phares 3/14/98
sec->sectorportal_thinglist = nullptr;