diff options
-rw-r--r-- | libs/gui/BufferQueueProducer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/BufferQueueProducer.cpp b/libs/gui/BufferQueueProducer.cpp index cdc810d..a53775f 100644 --- a/libs/gui/BufferQueueProducer.cpp +++ b/libs/gui/BufferQueueProducer.cpp @@ -890,7 +890,7 @@ void BufferQueueProducer::allocateBuffers(bool async, uint32_t width, continue; } - freeSlots.push_front(slot); + freeSlots.push_back(slot); } } |