Sound should now work again. Music looping does probably not work, however (at least now with mp3).

This commit is contained in:
rude
2009-10-24 23:48:06 +02:00
parent ff06834934
commit 0d897b0b0f
14 changed files with 551 additions and 564 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ namespace null
{
}
bool Source::isFinished() const
bool Source::isStopped() const
{
return true;
}