mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Removed invalid VMA_FALLTHROUGH from VmaAllocator_T::Map
Fixes #429 - thanks @alecazam
This commit is contained in:
parent
257138b8f5
commit
912319ef8c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user