Fixed playing multiple instances of the same Music.

This commit is contained in:
rude
2009-12-27 17:38:51 +01:00
parent 3c79a33931
commit 8e74574544
6 changed files with 35 additions and 8 deletions
+2 -1
View File
@@ -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.