mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Fix incorrect version check
This commit is contained in:
@@ -529,7 +529,7 @@ bool D3D11InitParams::IsSupportedVersion(uint64_t ver)
|
||||
return true;
|
||||
|
||||
// 0x13 -> 0x14 - added serialised annotations
|
||||
if(ver == 0x12)
|
||||
if(ver == 0x13)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user