mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
synced 2024-11-21 19:50:05 +00:00
Fixed compilation error in Vector::reserve
This commit is contained in:
parent
2764c221dc
commit
f794a64c57
@ -593,7 +593,7 @@ public:
|
||||
{
|
||||
memcpy(newArray, m_pArray, m_Count * sizeof(T));
|
||||
}
|
||||
Free(m_Allocator.m_pCallbacks, m_pArray);
|
||||
Free(m_AllocationCallbacks, m_pArray);
|
||||
m_Capacity = newCapacity;
|
||||
m_pArray = newArray;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user