compositor: Don't schedule a render twice

This commit is contained in:
Victoria Brekenfeld 2022-08-03 16:42:09 +02:00
parent 51968b0984
commit 1de3ba9dc1

View file

@ -35,8 +35,6 @@ impl State {
}
}
}
self.backend
.schedule_render(&self.common.event_loop_handle, &output);
}
}