mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-30 03:13:48 -07:00
ci: correct tar command for xz compression & fix typos (#11213)
This commit is contained in:
@@ -855,7 +855,7 @@ void CHyprOpenGLImpl::end() {
|
||||
|
||||
// if we dropped to offMain, release it now.
|
||||
// if there is a plugin constantly using it, this might be a bit slow,
|
||||
// but I havent seen a single plugin yet use these, so it's better to drop a bit of vram.
|
||||
// but I haven't seen a single plugin yet use these, so it's better to drop a bit of vram.
|
||||
if (m_renderData.pCurrentMonData->offMainFB.isAllocated())
|
||||
m_renderData.pCurrentMonData->offMainFB.release();
|
||||
|
||||
|
Reference in New Issue
Block a user