mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed playing multiple instances of the same Music.
This commit is contained in:
@@ -59,7 +59,8 @@ namespace audio
|
||||
* Creates a new Source.
|
||||
* @returns A new Source.
|
||||
**/
|
||||
virtual Source * newSource(Audible * audible) = 0;
|
||||
virtual Source * newSource(Sound * sound) = 0;
|
||||
virtual Source * newSource(Music * music) = 0;
|
||||
|
||||
/**
|
||||
* Gets the current number of simulatenous playing sources.
|
||||
|
||||
Reference in New Issue
Block a user