mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:25:58 +01:00
stuff
This commit is contained in:
parent
2f19e5be0f
commit
db5adea962
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ void CFrameSchedulingManager::gpuDone(wlr_buffer* pBuffer) {
|
||||||
if (!DATA->delayed)
|
if (!DATA->delayed)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Debug::log(LOG, "Missed a frame, rendering instantly");
|
||||||
|
|
||||||
// delayed frame, let's render immediately, our shit will be presented soon
|
// delayed frame, let's render immediately, our shit will be presented soon
|
||||||
// if we finish rendering before the next vblank somehow, kernel will be mad, but oh well
|
// if we finish rendering before the next vblank somehow, kernel will be mad, but oh well
|
||||||
DATA->noVblankTimer = true;
|
DATA->noVblankTimer = true;
|
||||||
|
|
Loading…
Reference in a new issue