mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Sound should now work again. Music looping does probably not work, however (at least now with mp3).
This commit is contained in:
@@ -48,7 +48,7 @@ namespace null
|
||||
void pause();
|
||||
void resume();
|
||||
void rewind();
|
||||
bool isFinished() const;
|
||||
bool isStopped() const;
|
||||
void update();
|
||||
|
||||
void setPitch(float pitch);
|
||||
|
||||
Reference in New Issue
Block a user