mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Sound should now work again. Music looping does probably not work, however (at least now with mp3).
This commit is contained in:
@@ -60,7 +60,7 @@ namespace null
|
||||
{
|
||||
}
|
||||
|
||||
bool Source::isFinished() const
|
||||
bool Source::isStopped() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user