Multiple maps don't happen

This commit is contained in:
baldurk
2016-02-07 18:39:17 +01:00
parent 8cec8cdd6a
commit 33eda64c8a
-1
View File
@@ -1457,7 +1457,6 @@ VkResult WrappedVulkan::vkMapMemory(
}
else
{
// VKTODOHIGH handle multiple maps
it->second.mappedPtr = *ppData;
it->second.mapOffset = offset;
it->second.mapSize = size == 0 ? it->second.size : size;