renderer: fix invalid damage accumulation with invalid buffer_age
fixes #4670
This commit is contained in:
parent
fae47ef462
commit
301b48b740
2 changed files with 36 additions and 39 deletions
|
|
@ -122,7 +122,6 @@ class CHyprRenderer {
|
|||
CRenderbuffer* m_pCurrentRenderbuffer = nullptr;
|
||||
wlr_buffer* m_pCurrentWlrBuffer = nullptr;
|
||||
eRenderMode m_eRenderMode = RENDER_MODE_NORMAL;
|
||||
int m_iLastBufferAge = 0;
|
||||
|
||||
bool m_bNvidia = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue