aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/hrtf.cpp')
-rw-r--r--alc/hrtf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/hrtf.cpp b/alc/hrtf.cpp
index 7643ce44..bfce69f5 100644
--- a/alc/hrtf.cpp
+++ b/alc/hrtf.cpp
@@ -91,7 +91,7 @@ using HrtfHandlePtr = std::unique_ptr<HrtfHandle>;
#define MAX_EV_COUNT (181)
#define MIN_AZ_COUNT (1)
-#define MAX_AZ_COUNT (360)
+#define MAX_AZ_COUNT (255)
#define MAX_HRIR_DELAY (HRTF_HISTORY_LENGTH-1)