mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Rename SoundData:getBits to getBitDepth (resolve #636)
This commit is contained in:
@@ -137,7 +137,7 @@ int SoundData::getChannels() const
|
||||
return channels;
|
||||
}
|
||||
|
||||
int SoundData::getBits() const
|
||||
int SoundData::getBitDepth() const
|
||||
{
|
||||
return bits;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user