mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Minor fix.
This commit is contained in:
parent
a82e18346e
commit
e5ae29a5e4
@ -5971,6 +5971,10 @@ VkResult VmaBlockVector::Allocate(
|
|||||||
newBlockSize = smallerNewBlockSize;
|
newBlockSize = smallerNewBlockSize;
|
||||||
++newBlockSizeShift;
|
++newBlockSizeShift;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user