remove old flag

This commit is contained in:
baldurk
2016-02-07 18:52:18 +01:00
parent a966b84537
commit 3bb57de612
+1 -1
View File
@@ -2015,7 +2015,7 @@ string ToStrHelper<false, VkMemoryPropertyFlagBits>::Get(const VkMemoryPropertyF
if(!ret.empty())
ret = ret.substr(3);
else
ret = "VK_MEMORY_PROPERTY_DEVICE_ONLY";
ret = "-";
return ret;
}