- fixed floor sprite normals.

This commit is contained in:
Christoph Oelckers 2022-01-12 00:20:04 +01:00
parent 0e36ab6688
commit 22afc25046

View file

@ -169,7 +169,7 @@ void HWFlat::MakeVertices(HWDrawInfo* di)
else
{
if (z < di->Viewpoint.Pos.Z) normal = { 0,1,0 };
normal = { 0, -1, 0 };
else normal = { 0, -1, 0 };
}