aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-04-06 13:00:29 -0700
committerChris Robinson <[email protected]>2017-04-06 13:00:29 -0700
commit338d61f9072bfb811266012c2a9c0a290cf353d1 (patch)
tree0ef0b218db261569105a782824c5bf50ea3a3067 /OpenAL32/Include
parent94f514ae5a0392f5f01f2b479d1d858af688ae24 (diff)
Reference count HRTFs and unload them when unused
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 4807e07d..7add9310 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -702,7 +702,7 @@ struct ALCdevice_struct
/* HRTF state and info */
DirectHrtfState *Hrtf;
al_string HrtfName;
- const struct Hrtf *HrtfHandle;
+ struct Hrtf *HrtfHandle;
vector_EnumeratedHrtf HrtfList;
ALCenum HrtfStatus;