Fix variable shadowing warning on VS2015

This commit is contained in:
baldurk
2017-02-16 19:22:40 +00:00
parent 845bcb5603
commit fae56e453e
+1 -1
View File
@@ -329,7 +329,7 @@ void VulkanReplay::InstallVulkanLayer(bool systemLevel)
// if we're a 64-bit process, update the 32-bit key
#if ENABLED(RDOC_X64)
{
HKEY key = GetImplicitLayersKey(true, true);
key = GetImplicitLayersKey(true, true);
if(key)
{