diff options
Diffstat (limited to 'alc/mixer/defs.h')
-rw-r--r-- | alc/mixer/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/mixer/defs.h b/alc/mixer/defs.h index e3de6444..f8bdf428 100644 --- a/alc/mixer/defs.h +++ b/alc/mixer/defs.h @@ -23,7 +23,7 @@ constexpr int MixerFracMask{MixerFracOne - 1}; * Note that the padding is symmetric (half at the beginning and half at the * end)! */ -#define MAX_RESAMPLER_PADDING 48 +constexpr int MaxResamplerPadding{48}; template<typename TypeTag, typename InstTag> |