Skip to content

Commit

Permalink
Removed invalid VMA_FALLTHROUGH from VmaAllocator_T::Map
Browse files Browse the repository at this point in the history
Fixes #429 - thanks @alecazam
  • Loading branch information
adam-sawicki-a committed Jul 9, 2024
1 parent 257138b commit 912319e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/vk_mem_alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -14337,7 +14337,6 @@ VkResult VmaAllocator_T::Map(VmaAllocation hAllocation, void** ppData)
}
return res;
}
VMA_FALLTHROUGH; // Fallthrough
case VmaAllocation_T::ALLOCATION_TYPE_DEDICATED:
return hAllocation->DedicatedAllocMap(this, ppData);
default:
Expand Down

0 comments on commit 912319e

Please sign in to comment.