mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +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:
@@ -132,7 +132,7 @@ bool ModPlugDecoder::isSeekable()
|
||||
return true;
|
||||
}
|
||||
|
||||
int ModPlugDecoder::getChannels() const
|
||||
int ModPlugDecoder::getChannelCount() const
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user