From 1f17b817affee16aa15f8ce88a2f038e414a8bac Mon Sep 17 00:00:00 2001 From: mirrorcult Date: Mon, 12 Jul 2021 21:10:03 -0700 Subject: [PATCH] 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 --- Content.Client/Wall/Components/LowWallComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Wall/Components/LowWallComponent.cs b/Content.Client/Wall/Components/LowWallComponent.cs index e66e2495f7..eb4b8863b3 100644 --- a/Content.Client/Wall/Components/LowWallComponent.cs +++ b/Content.Client/Wall/Components/LowWallComponent.cs @@ -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;