[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 New Issue