- fixed: Floor sprites must set their view orientation.

The translucent element sorter needs this to operate properly.
This commit is contained in:
Christoph Oelckers 2021-06-02 20:32:35 +02:00
parent 3c5ef9c8e6
commit f96521a7f4

View file

@ -369,6 +369,6 @@ void HWFlat::ProcessFlatSprite(HWDrawInfo* di, spritetype* sprite, sectortype* s
SetSpriteTranslucency(sprite, alpha, RenderStyle);
PutFlat(di, 0);
PutFlat(di, z > di->Viewpoint.Pos.Z);
}
}