Removed invalid VMA_FALLTHROUGH from VmaAllocator_T::Map

Fixes #429 - thanks @alecazam
This commit is contained in:
Adam Sawicki 2024-07-09 12:43:36 +02:00
parent 257138b8f5
commit 912319ef8c

View File

@ -14337,7 +14337,6 @@ VkResult VmaAllocator_T::Map(VmaAllocation hAllocation, void** ppData)
} }
return res; return res;
} }
VMA_FALLTHROUGH; // Fallthrough
case VmaAllocation_T::ALLOCATION_TYPE_DEDICATED: case VmaAllocation_T::ALLOCATION_TYPE_DEDICATED:
return hAllocation->DedicatedAllocMap(this, ppData); return hAllocation->DedicatedAllocMap(this, ppData);
default: default: