mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fixed playing multiple instances of the same Music.
This commit is contained in:
@@ -88,7 +88,8 @@ namespace openal
|
||||
// Implements Audio.
|
||||
love::audio::Sound * newSound(love::sound::SoundData * data);
|
||||
love::audio::Music * newMusic(love::sound::Decoder * decoder);
|
||||
love::audio::Source * newSource(Audible * audible);
|
||||
love::audio::Source * newSource(love::audio::Sound * sound);
|
||||
love::audio::Source * newSource(love::audio::Music * music);
|
||||
int getNumSources() const;
|
||||
int getMaxSources() const;
|
||||
void play(love::audio::Source * source);
|
||||
|
||||
Reference in New Issue
Block a user