From af6584b8fc14abe38d9916ced233771a36df248f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 25 Feb 2020 04:52:39 -0800 Subject: Reduce the maximum number of source sends to 6 --- alc/alu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc') diff --git a/alc/alu.h b/alc/alu.h index 84a6d81b..ac07b4a6 100644 --- a/alc/alu.h +++ b/alc/alu.h @@ -16,7 +16,7 @@ struct ALeffectslot; #define MAX_PITCH 255 -#define MAX_SENDS 16 +#define MAX_SENDS 6 using MixerFunc = void(*)(const al::span InSamples, -- cgit v1.2.3