Added missing tracking for patching.

This caused a crash in development builds due to the
assertion immediately afterwards failing.
This commit is contained in:
Brett Lawson
2018-10-23 00:27:13 -07:00
committed by Baldur Karlsson
parent 72874e21d3
commit 9548e6ecba
+2
View File
@@ -308,6 +308,8 @@ void VulkanDebugManager::PatchFixedColShader(VkShaderModule &mod, float col[4])
alias.data[it + 3] = col[3];
else
RDCERR("Unexpected constant value");
patched++;
}
it += WordCount;