mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Minor fix in comment.
This commit is contained in:
parent
d9bdd6cf78
commit
b127d7fac0
@ -6909,7 +6909,7 @@ void VmaBlockVector::Free(
|
||||
pBlockToDelete = pBlock;
|
||||
Remove(pBlock);
|
||||
}
|
||||
// We now have first empty Allocation.
|
||||
// We now have first empty block.
|
||||
else
|
||||
{
|
||||
m_HasEmptyBlock = true;
|
||||
|
Loading…
Reference in New Issue
Block a user