mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +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:
@@ -224,7 +224,7 @@ float Source::getAirAbsorptionFactor() const
|
||||
return absorptionFactor;
|
||||
}
|
||||
|
||||
int Source::getChannels() const
|
||||
int Source::getChannelCount() const
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user