aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alcontext.h')
-rw-r--r--alc/alcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alcontext.h b/alc/alcontext.h
index ac5c53f7..4e2bcdd7 100644
--- a/alc/alcontext.h
+++ b/alc/alcontext.h
@@ -33,7 +33,7 @@ struct RingBuffer;
struct VoiceChange;
-enum class DistanceModel {
+enum class DistanceModel : unsigned char {
Disable,
Inverse, InverseClamped,
Linear, LinearClamped,