mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Minor fix in comment.
This commit is contained in:
parent
d9bdd6cf78
commit
b127d7fac0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user