renderer: optimize render pipeline when there is a solitary client
This commit is contained in:
parent
ab11bd2085
commit
a44ab7748f
6 changed files with 100 additions and 80 deletions
|
|
@ -150,7 +150,6 @@ void Events::listener_monitorFrame(void* owner, void* data) {
|
|||
return;
|
||||
|
||||
if (PMONITOR->ignoreNextFlipEvent) {
|
||||
Debug::log(LOG, "Ignore next flip event for {}", PMONITOR->szName);
|
||||
PMONITOR->ignoreNextFlipEvent = false;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue