Minor fix after last commit.

This commit is contained in:
Adam Sawicki 2018-01-22 12:45:13 +01:00
parent 213f2bc6a2
commit 54ef95b610

View File

@ -7276,7 +7276,6 @@ void VmaAllocator_T::CalculateStats(VmaStats* pStats)
// Process default pools.
for(uint32_t memTypeIndex = 0; memTypeIndex < GetMemoryTypeCount(); ++memTypeIndex)
{
//const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex);
VmaBlockVector* const pBlockVector = m_pBlockVectors[memTypeIndex];
VMA_ASSERT(pBlockVector);
pBlockVector->AddStats(pStats);