mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 23:54:35 +00:00
- fixed: The colormap was not fully initialized for 3D floors in sectors where neither the original floor nor ceiling were visible.
This commit is contained in:
parent
97b664968e
commit
c8e631bf26
1 changed files with 1 additions and 0 deletions
|
@ -750,6 +750,7 @@ void GLFlat::ProcessSector(sector_t * frontsector)
|
||||||
// is no longer necessary.
|
// is no longer necessary.
|
||||||
|
|
||||||
ceiling = true;
|
ceiling = true;
|
||||||
|
Colormap = frontsector->Colormap;
|
||||||
for (k = 0; k < (int)x.ffloors.Size(); k++)
|
for (k = 0; k < (int)x.ffloors.Size(); k++)
|
||||||
{
|
{
|
||||||
rover = x.ffloors[k];
|
rover = x.ffloors[k];
|
||||||
|
|
Loading…
Reference in a new issue