mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Rename Source/SoundData/Decoder:getChannels to getChannelCount (resolves issue #1307). Deprecate the old methods rather than completely removing them.
--HG-- branch : minor
This commit is contained in:
@@ -174,7 +174,7 @@ bool WaveDecoder::isSeekable()
|
||||
return true;
|
||||
}
|
||||
|
||||
int WaveDecoder::getChannels() const
|
||||
int WaveDecoder::getChannelCount() const
|
||||
{
|
||||
return info.channels;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user