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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user