diff options
Diffstat (limited to 'alc/bformatdec.h')
-rw-r--r-- | alc/bformatdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/bformatdec.h b/alc/bformatdec.h index b4649108..bf48a05f 100644 --- a/alc/bformatdec.h +++ b/alc/bformatdec.h @@ -52,7 +52,7 @@ public: const size_t SamplesToDo); /* Retrieves per-order HF scaling factors for "upsampling" ambisonic data. */ - static std::array<ALfloat,MAX_AMBI_ORDER+1> GetHFOrderScales(const ALuint in_order, + static std::array<float,MAX_AMBI_ORDER+1> GetHFOrderScales(const ALuint in_order, const ALuint out_order) noexcept; DEF_NEWDEL(BFormatDec) |