diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2020-02-25 04:52:39 -0800 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2020-02-25 04:52:39 -0800 |
commit | af6584b8fc14abe38d9916ced233771a36df248f (patch) | |
tree | 000e21e00675cfb75b44cb9238f852a1479523d0 /alc | |
parent | 7144cf405a3dbc8ef0dafb18b23b28d3b1be9c6d (diff) |
Reduce the maximum number of source sends to 6
Diffstat (limited to 'alc')
-rw-r--r-- | alc/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ struct ALeffectslot; #define MAX_PITCH 255 -#define MAX_SENDS 16 +#define MAX_SENDS 6 using MixerFunc = void(*)(const al::span<const float> InSamples, |