mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +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:
@@ -142,7 +142,7 @@ public:
|
||||
virtual float getMaxDistance() const;
|
||||
virtual void setAirAbsorptionFactor(float factor);
|
||||
virtual float getAirAbsorptionFactor() const;
|
||||
virtual int getChannels() const;
|
||||
virtual int getChannelCount() const;
|
||||
|
||||
virtual bool setFilter(const std::map<Filter::Parameter, float> ¶ms);
|
||||
virtual bool setFilter();
|
||||
|
||||
Reference in New Issue
Block a user