Skip to content

Commit 912319e

Browse files
Removed invalid VMA_FALLTHROUGH from VmaAllocator_T::Map
Fixes #429 - thanks @alecazam
1 parent 257138b commit 912319e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/vk_mem_alloc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14337,7 +14337,6 @@ VkResult VmaAllocator_T::Map(VmaAllocation hAllocation, void** ppData)
1433714337
}
1433814338
return res;
1433914339
}
14340-
VMA_FALLTHROUGH; // Fallthrough
1434114340
case VmaAllocation_T::ALLOCATION_TYPE_DEDICATED:
1434214341
return hAllocation->DedicatedAllocMap(this, ppData);
1434314342
default:

0 commit comments

Comments
 (0)