mirror of
https://github.com/love2d/megasource.git
synced 2026-08-16 08:11:25 +02:00
update OpenAL-Soft to 1.24.3.
This commit is contained in:
@@ -11,8 +11,5 @@
|
||||
|
||||
std::unique_ptr<EffectSlotArray> EffectSlot::CreatePtrArray(size_t count)
|
||||
{
|
||||
/* Allocate space for twice as many pointers, so the mixer has scratch
|
||||
* space to store a sorted list during mixing.
|
||||
*/
|
||||
return std::unique_ptr<EffectSlotArray>{new(FamCount{count*2}) EffectSlotArray(count)};
|
||||
return std::unique_ptr<EffectSlotArray>{new(FamCount{count}) EffectSlotArray(count)};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user