mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fixed file not closing after require(). Changed seek() to use seconds.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace lullaby
|
||||
|
||||
love::sound::Decoder * clone();
|
||||
int decode();
|
||||
bool seek(int ms);
|
||||
bool seek(float s);
|
||||
bool rewind();
|
||||
bool isSeekable();
|
||||
int getChannels() const;
|
||||
|
||||
Reference in New Issue
Block a user