diff options
| author | lbavoil <[email protected]> | 2016-05-09 11:32:58 +0200 |
|---|---|---|
| committer | lbavoil <[email protected]> | 2016-05-09 11:32:58 +0200 |
| commit | 5d606f2453e3fa8575aa06483288714735f9dfcf (patch) | |
| tree | f4277027638078c42b1be68d3d44a67177d0bfc6 /src/ConstantBuffers.h | |
| parent | Edit comment (diff) | |
| download | hbaoplus-5d606f2453e3fa8575aa06483288714735f9dfcf.tar.xz hbaoplus-5d606f2453e3fa8575aa06483288714735f9dfcf.zip | |
HBAO+ 3.0.0.20735892
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(); |