Minor fix.
This commit is contained in:
parent
a82e18346e
commit
e5ae29a5e4
1 changed files with 4 additions and 0 deletions
|
@ -5971,6 +5971,10 @@ VkResult VmaBlockVector::Allocate(
|
||||||
newBlockSize = smallerNewBlockSize;
|
newBlockSize = smallerNewBlockSize;
|
||||||
++newBlockSizeShift;
|
++newBlockSizeShift;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue