Minor fix in comment.

This commit is contained in:
Adam Sawicki 2018-05-17 14:44:13 +02:00
parent d9bdd6cf78
commit b127d7fac0

View File

@ -6909,7 +6909,7 @@ void VmaBlockVector::Free(
pBlockToDelete = pBlock; pBlockToDelete = pBlock;
Remove(pBlock); Remove(pBlock);
} }
// We now have first empty Allocation. // We now have first empty block.
else else
{ {
m_HasEmptyBlock = true; m_HasEmptyBlock = true;