aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-03-31 04:25:22 -0700
committerChris Robinson <[email protected]>2017-03-31 04:59:09 -0700
commit9fb07101dc0ab5b7f2785584b4c29e18232ba99c (patch)
tree1774e53f9447db0b4bf73c952c9d4132e934a4fd /Alc/hrtf.h
parent2a8970368f0161bcd3dbbc85ab9b50a83f128b0b (diff)
Load HRTF coefficients as pre-normalized floats
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r--Alc/hrtf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index 7391131f..c5257d3d 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -15,7 +15,7 @@ struct Hrtf {
const ALubyte *azCount;
const ALushort *evOffset;
- const ALshort *coeffs;
+ const ALfloat *coeffs;
const ALubyte *delays;
const char *filename;