remove unimportant var init

This commit is contained in:
vaxerski 2022-08-27 23:40:15 +02:00
parent cddb2d4b00
commit 01f42f1d86
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ void CHyprRenderer::calculateUVForWindowSurface(CWindow* pWindow, wlr_surface* p
Vector2D adjustedSurfaceScale = Vector2D(1, 1);
wlr_box geom = {-1337, -1337, -1337, -1337};
wlr_box geom;
wlr_xdg_surface_get_geometry(pWindow->m_uSurface.xdg, &geom);
// wp_viewporter_v1 implementation