diff options
Diffstat (limited to 'src/ConstantBuffers.h')
| -rw-r--r-- | src/ConstantBuffers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ConstantBuffers.h b/src/ConstantBuffers.h index 7fd9955..2bf3e07 100644 --- a/src/ConstantBuffers.h +++ b/src/ConstantBuffers.h @@ -27,7 +27,6 @@ public: GlobalConstants() { ZERO_STRUCT(m_Data); - m_Data.iTrue = 1; // Can be useful for figuring out the HBAO+ version from an APIC or NSight capture m_Data.u4BuildVersion = GFSDK_SSAO_Version(); |