mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
bool rewind();
|
||||
bool isSeekable();
|
||||
int getChannels() const;
|
||||
int getBits() const;
|
||||
int getBitDepth() const;
|
||||
|
||||
private:
|
||||
Music_Emu *emu;
|
||||
|
||||
Reference in New Issue
Block a user