AL max sources default value set to 256

This commit is contained in:
MihailRis 2024-03-27 19:43:29 +03:00
parent a03e753809
commit 7e6e447976

View File

@ -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: