Merge "BufferQueueProducer: fix which slot gets pre-allocated" into lmp-dev
This commit is contained in:
commit
d8e5e81343
@ -890,7 +890,7 @@ void BufferQueueProducer::allocateBuffers(bool async, uint32_t width,
|
||||
continue;
|
||||
}
|
||||
|
||||
freeSlots.push_front(slot);
|
||||
freeSlots.push_back(slot);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user