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:
parent
46d3a56eff
commit
1f17b817af
|
|
@ -104,7 +104,7 @@ namespace Content.Client.Wall.Components
|
|||
cornerNE |= CornerFill.CounterClockwise;
|
||||
cornerNW |= CornerFill.Clockwise;
|
||||
|
||||
if (!nl)
|
||||
if (!nl && !e && !w)
|
||||
{
|
||||
lowCornerNE |= CornerFill.CounterClockwise;
|
||||
lowCornerNW |= CornerFill.Clockwise;
|
||||
|
|
|
|||
Loading…
Reference in New Issue