From 1083afb2d8f61d98bdbb2400db22762cf134b506 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:39:53 +0000 Subject: [PATCH] bpp: fix oopsie --- borders-plus-plus/borderDeco.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/borders-plus-plus/borderDeco.cpp b/borders-plus-plus/borderDeco.cpp index 4ed91ff..8f3fd7f 100644 --- a/borders-plus-plus/borderDeco.cpp +++ b/borders-plus-plus/borderDeco.cpp @@ -69,9 +69,6 @@ void CBordersPlusPlus::draw(CMonitor* pMonitor, float a, const Vector2D& offset) fullBox = {(int)(m_vLastWindowPos.x - *PBORDERSIZE * 2), (int)(m_vLastWindowPos.y - *PBORDERSIZE * 2), (int)(m_vLastWindowSize.x + 2.0 * *PBORDERSIZE * 2), (int)(m_vLastWindowSize.y + 2.0 * *PBORDERSIZE * 2)}; - scaleBox(&fullBox, pMonitor->scale); - g_pHyprOpenGL->renderBorder(&fullBox, CColor(*PCOLOR1), *PROUNDING * pMonitor->scale + *PBORDERSIZE * 2, a); - fullBox.x -= pMonitor->vecPosition.x; fullBox.y -= pMonitor->vecPosition.y;