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