diff options
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/voice.h b/core/voice.h index 25560cb4..42ad7704 100644 --- a/core/voice.h +++ b/core/voice.h @@ -51,7 +51,7 @@ enum class DirectMode : unsigned char { /* Maximum number of extra source samples that may need to be loaded, for * resampling or conversion purposes. */ -constexpr uint MaxPostVoiceLoad{MaxResamplerEdge + UhjDecoder::sFilterDelay}; +constexpr uint MaxPostVoiceLoad{MaxResamplerEdge + DecoderBase::sMaxDelay}; enum { |