This commit is contained in:
Vaxry 2024-08-18 19:23:27 +02:00
parent 5a45587300
commit 9a573abff7
1 changed files with 1 additions and 1 deletions

View File

@ -1679,7 +1679,7 @@ void Aquamarine::CDRMOutput::scheduleFrame(const scheduleFrameReason reason) {
connector->isPageFlipPending, connector->frameEventScheduled)));
needsFrame = true;
if (connector->isPageFlipPending || connector->frameEventScheduled)
if (connector->isPageFlipPending || connector->frameEventScheduled || !state->state().enabled)
return;
connector->frameEventScheduled = true;