mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-21 03:01:36 +00:00
partially Revert "- pass shade values to sky renderer"
This reverts commit 380864d6fb
.
The report this was supposed to address was bogus.
This commit is contained in:
parent
2778ee72cd
commit
acac74715f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void initSkyInfo(HWDrawInfo *di, HWSkyInfo* sky, sectortype* sector, int plane)
|
|||
pe.a = 230;
|
||||
|
||||
sky->fadecolor = pe;
|
||||
sky->shade = clamp<int>(plane == plane_ceiling ? sector->ceilingshade : sector->floorshade, 0, numshades - 1);
|
||||
sky->shade = 0;// clamp(plane == plane_ceiling ? sector->ceilingshade : sector->floorshade, 0, numshades - 1);
|
||||
sky->texture = skytex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue