mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Vulkan UI] Try to fix Travis again :/
This commit is contained in:
parent
c8698f912f
commit
3a0903672c
|
|
@ -244,7 +244,7 @@ void CircularBuffer::Flush(VkDeviceSize offset, VkDeviceSize length) {
|
|||
}
|
||||
|
||||
void CircularBuffer::Clear() {
|
||||
allocations_.swap(std::queue<Allocation>());
|
||||
allocations_ = {};
|
||||
write_head_ = read_head_ = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue