diff --git a/source/core/rendering/scene/hw_flats.cpp b/source/core/rendering/scene/hw_flats.cpp index 4b35b8d42..8c0a7b668 100644 --- a/source/core/rendering/scene/hw_flats.cpp +++ b/source/core/rendering/scene/hw_flats.cpp @@ -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 }; }