mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Fix variable shadowing warning on VS2015
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user