AL max sources default value set to 256
This commit is contained in:
parent
a03e753809
commit
7e6e447976
@ -135,7 +135,7 @@ namespace audio {
|
||||
std::vector<uint> allbuffers;
|
||||
std::vector<uint> freebuffers;
|
||||
|
||||
uint maxSources;
|
||||
uint maxSources = 256;
|
||||
|
||||
ALAudio(ALCdevice* device, ALCcontext* context);
|
||||
public:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user