Fix low wall overlay displaying incorrectly (#4138)

* fix low wall overlay displaying incorrectly and move low wall overlay handling to window

* Revert "fix low wall overlay displaying incorrectly and move low wall overlay handling to window"

This reverts commit 2f423c03254c70896026cc34a8df7704034f37d4.

* actual change

* forgot about merge
This commit is contained in:
mirrorcult
2021-07-12 21:10:03 -07:00
committed by GitHub
parent 46d3a56eff
commit 1f17b817af

View File

@@ -104,7 +104,7 @@ namespace Content.Client.Wall.Components
cornerNE |= CornerFill.CounterClockwise; cornerNE |= CornerFill.CounterClockwise;
cornerNW |= CornerFill.Clockwise; cornerNW |= CornerFill.Clockwise;
if (!nl) if (!nl && !e && !w)
{ {
lowCornerNE |= CornerFill.CounterClockwise; lowCornerNE |= CornerFill.CounterClockwise;
lowCornerNW |= CornerFill.Clockwise; lowCornerNW |= CornerFill.Clockwise;