mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)
This commit is contained in:
@@ -207,7 +207,7 @@ int Mpg123Decoder::getChannels() const
|
||||
return channels;
|
||||
}
|
||||
|
||||
int Mpg123Decoder::getBits() const
|
||||
int Mpg123Decoder::getBitDepth() const
|
||||
{
|
||||
return 16;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user